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

装置审计记录 - 装置数据隔离

wangggziwen преди 8 месеца
родител
ревизия
361df8b4b8
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      rc-buisness/src/main/resources/mapper/rc/TAuditMapper.xml

+ 1 - 0
rc-buisness/src/main/resources/mapper/rc/TAuditMapper.xml

@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="auditResult != null  and auditResult != ''"> and audit_result = #{auditResult}</if>
             <if test="remarks != null  and remarks != ''"> and remarks = #{remarks}</if>
             <if test="deptId != null "> and dept_id like concat(concat('%', #{deptId}), '%')</if>
+            ${params.dataScope}
         </where>
     </select>