From 81e3a48fac9067b567d2c9ff21604f1667a8e39a Mon Sep 17 00:00:00 2001 From: mobh <mobh@youlingrc.com> Date: Wed, 4 Nov 2020 09:18:31 +0800 Subject: [PATCH] 修改问题 --- src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java | 2 +- src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml | 32 -------------------------------- 2 files changed, 1 insertion(+), 33 deletions(-) diff --git a/src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java b/src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java index 0f12062..fd84a9c 100644 --- a/src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java +++ b/src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java @@ -1146,7 +1146,7 @@ public class SalaryManagementController { return new ResponseResult().success("删除成功", id); } - /** + /**payrulegroupitem * 获取薪资选项 */ @PostMapping(value = "/salaryoptions") diff --git a/src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml b/src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml index 4a5d0cd..9db80b4 100644 --- a/src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml +++ b/src/main/resources/mapping/xcgl/XcglAssoJsgzzxMapper.xml @@ -163,54 +163,22 @@ insert into xcgl_asso_jsgzzx (salaryitem,yhmbzd,rule,type,addtime,adduserid,jxgzid,remarks,gsid,gsgs,dygk,degk,xzzid,rulestate,optionid,xzdazdyid) <foreach collection="list" item="item" index="index" open="values " close="" separator=","> ( - <if test="item.salaryitem != null" > #{item.salaryitem,jdbcType=VARCHAR}, - </if> - <if test="item.yhmbzd != null" > #{item.yhmbzd,jdbcType=VARCHAR}, - </if> - <if test="item.rule != null" > #{item.rule,jdbcType=VARCHAR}, - </if> - <if test="item.type != null" > #{item.type,jdbcType=INTEGER}, - </if> - <if test="item.addtime != null" > #{item.addtime,jdbcType=BIGINT}, - </if> - <if test="item.adduserid != null" > #{item.adduserid,jdbcType=INTEGER}, - </if> - <if test="item.jxgzid != null" > #{item.jxgzid,jdbcType=INTEGER}, - </if> - <if test="item.remarks != null" > #{item.remarks,jdbcType=VARCHAR}, - </if> - <if test="item.gsid != null" > #{item.gsid,jdbcType=INTEGER}, - </if> - <if test="item.gsgs != null" > #{item.gsgs,jdbcType=VARCHAR}, - </if> - <if test="item.dygk != null" > #{item.dygk,jdbcType=DOUBLE}, - </if> - <if test="item.degk != null" > #{item.degk,jdbcType=DOUBLE}, - </if> - <if test="item.xzzid != null" > #{item.xzzid,jdbcType=INTEGER}, - </if> - <if test="item.rulestate != null" > #{item.rulestate,jdbcType=INTEGER}, - </if> - <if test="item.optionid != null" > #{item.optionid,jdbcType=INTEGER}, - </if> - <if test="item.xzdazdyid != null" > #{item.xzdazdyid,jdbcType=INTEGER} - </if> ) </foreach> </insert> -- libgit2 0.26.0