Commit e003a2a2 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-起缴时间用社保、医保

parent 5d5c07ca
......@@ -2124,11 +2124,11 @@
<if test="tDispatchInfo.ygsYsdHandleStatusArr != null and tDispatchInfo.ygsYsdHandleStatusArr.length > 0">
AND (
s.YGS_HANDLE_STATUS in
<foreach item="idStr" index="index" collection="tDispatchInfo.ygsYsdHandleStatusArr" open="(" separator=","close=")">
<foreach item="idStr" index="index" collection="tDispatchInfo.ygsYsdHandleStatusArr" open="(" separator="," close=")">
#{idStr}
</foreach>
or s.YSD_HANDLE_STATUS in
<foreach item="idStr" index="index" collection="tDispatchInfo.ygsYsdHandleStatusArr" open="(" separator=","close=")">
<foreach item="idStr" index="index" collection="tDispatchInfo.ygsYsdHandleStatusArr" open="(" separator="," close=")">
#{idStr}
</foreach>
)
......@@ -2136,7 +2136,7 @@
<if test="tDispatchInfo.socialHandleStatusArr != null and tDispatchInfo.socialHandleStatusArr.length > 0">
AND a.SOCIAL_HANDLE_STATUS in
<foreach item="idStr" index="index" collection="tDispatchInfo.socialHandleStatusArr" open="(" separator=","close=")">
<foreach item="idStr" index="index" collection="tDispatchInfo.socialHandleStatusArr" open="(" separator="," close=")">
#{idStr}
</foreach>
</if>
......
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