From b6c8cfb873fdb34e2a78acf8ce189f77d50c4be9 Mon Sep 17 00:00:00 2001
From: jiaosong <jiaosong6760@dingtalk.com>
Date: 星期一, 14 八月 2023 15:16:06 +0800
Subject: [PATCH] # 工资表配置表
---
server/src/main/resources/mappers/WorkorderRecordExtMapper.xml | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
index 346e661..1d8fd97 100644
--- a/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
+++ b/server/src/main/resources/mappers/WorkorderRecordExtMapper.xml
@@ -1424,7 +1424,13 @@
MATERIAL_DONETYPE,
MATERIAL_PROCEDURE_ID,
RELOBJ_ID,
- RELOBJ_TYPE
+ RELOBJ_TYPE,
+ `DURATION`,
+ `SALARY`,
+ `SALARY_NUM`,
+ `SALARY_TIMES`,
+ `SALARY_UNQUALIFIED`,
+ `SALARY_TYPE`
)
values <foreach collection="list" separator="," item="item">
(
@@ -1462,7 +1468,13 @@
#{item.materialDonetype},
#{item.materialProcedureId},
#{item.relobjId},
- #{item.relobjType}
+ #{item.relobjType},
+ #{item.duration},
+ #{item.salary},
+ #{item.salaryNum},
+ #{item.salaryTimes},
+ #{item.salaryUnqualified},
+ #{item.salaryType}
)
</foreach>
</insert>
--
Gitblit v1.9.3