Преглед изворни кода

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

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>