Commit e49c4fac authored by duanzhihong's avatar duanzhihong

查找

parent 31118fd4
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<where> <where>
and task.APR_TYPE = 0 and task.APR_TYPE = 0
<if test="organIds != null"> <if test="organIds != null">
and task.apr_organ_id in and task.ORGAN_ID in
<foreach collection="organIds" item="organId" open="(" close=")" separator=","> <foreach collection="organIds" item="organId" open="(" close=")" separator=",">
#{organId} #{organId}
</foreach> </foreach>
......
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