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