ysh 2 年之前
父節點
當前提交
5677411ee4

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/viewClockIn/entity/ViewClockIn.java

@@ -211,4 +211,6 @@ public class ViewClockIn {
 	private String errorState;
 
 	private String errorText;//忽略原因
+
+	private String multipleInfo;//加班信息具体操作 例:付薪1倍
 }

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/viewClockIn/mapper/xml/bdClockinMonthMapper.xml

@@ -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-->