Преглед на файлове

修改了Mapper的条件

“study” преди 1 година
родител
ревизия
c84a706865
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-admin/src/main/resources/mapper/inventory/TbAssetInventoryMapper.xml

+ 1 - 1
ruoyi-admin/src/main/resources/mapper/inventory/TbAssetInventoryMapper.xml

@@ -211,6 +211,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     <select id="getChildDeptId" parameterType="String" resultType="String">
         select dept_id
         from sys_dept
-        where dept_id = #{deptId} OR ancestors like concat('%,', #{deptId}, ',%')
+        where dept_id = #{deptId} OR parent_id = #{deptId} OR ancestors like concat('%,', #{deptId}, ',%')
     </select>
 </mapper>