소스 검색

没有审核人

梁世豪 11 달 전
부모
커밋
84e6f73ac4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/SysUserPostDao.xml

+ 1 - 1
src/main/resources/mapper/SysUserPostDao.xml

@@ -165,7 +165,7 @@
165 165
         <if test="userName!= null and userName!= ''">
166 166
             and u.name like '%'+#{userName}+'%'
167 167
         </if>
168
-        <if test="deptName.equals('配网技术中心')||deptName.equals('电网技术中心')">
168
+        <if test="postId ==28">
169 169
             and sdi.dept_name = #{deptName}
170 170
         </if>
171 171
             ORDER BY u.order_code DESC