|
@@ -270,7 +270,7 @@
|
|
|
where cPsn_Num = #{item.personCode} and iYear = #{item.years} and iMonth = #{item.months}
|
|
|
</foreach>
|
|
|
-->
|
|
|
- <foreach collection="list" item="item" index="index" separator=",">
|
|
|
+ <foreach collection="list" item="item" index="index" separator=";">
|
|
|
update WA_GZData set cPsn_Num = #{item.personCode}
|
|
|
<if test="item.basePay != null and item.basePay != ''">
|
|
|
,F_8 = #{item.basePay} <!-- 基本工资1-->
|