فهرست منبع

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

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>