Commit 588511fc by hzc

修改bug

parent e09a59dd
......@@ -65,7 +65,7 @@
and ref_ind_dept = #{refIndDept}
</if>
<if test="userId != null and userId ==''">
<if test="userId != null and userId !=''">
<choose>
<when test="queryType == 1">
and enter_users like concat('%,', #{userId}, ',%')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment