Commit 2828538b authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent 017b5d76
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
<if test="tDispatchInfoPre.statusList != null and tDispatchInfoPre.statusList.size() > 0"> <if test="tDispatchInfoPre.statusList != null and tDispatchInfoPre.statusList.size() > 0">
AND a.process_status in AND a.process_status in
<foreach item="item" index="index" collection="tDispatchInfoPre.statusList" open="(" separator="," close=")"> <foreach item="item" index="index" collection="tDispatchInfoPre.statusList" open="(" separator="," close=")">
#{item} '${item}'
</foreach> </foreach>
</if> </if>
<if test="tDispatchInfoPre.empName != null and tDispatchInfoPre.empName.trim() != ''"> <if test="tDispatchInfoPre.empName != null and tDispatchInfoPre.empName.trim() != ''">
......
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