Commit 6feb364c authored by hongguangwu's avatar hongguangwu

薪资批量更新

parent b2a50a66
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
FROM t_salary_employee a FROM t_salary_employee a
where a.EMP_IDCARD in where a.EMP_IDCARD in
<foreach item="idStr" index="index" collection="idCardList" open="(" separator="," close=")"> <foreach item="idStr" index="index" collection="idCardList" open="(" separator="," close=")">
#{idCardList} #{idStr}
</foreach> </foreach>
</if> </if>
</select> </select>
......
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