generated from dxfeng/secondev-chapanda-feishu
需求执行进度余额BUG修复
This commit is contained in:
parent
6f5c2ea23b
commit
230f55fb10
|
|
@ -93,8 +93,8 @@ public class RecruitFlowToModeAction implements Action {
|
|||
// 插入建模表
|
||||
RecordSetTrans rst = new RecordSetTrans();
|
||||
rst.setAutoCommit(false);
|
||||
String sql = " insert into " + MODE_TABLE_NAME + "(modeuuid,modedatacreatertype,formmodeid,modedatacreater,modedatacreatedate,modedatacreatetime,modedatamodifier,modedatamodifydatetime,xqsplc,xqzt,sqr,sqsj,sqbm,nd,spfs,xqlx,bz,xqmc,zpyy,zpxqfzr,szfb,szbm,gw,gwzz,rzyq,zwxz,gzdd,gznx,zdxlyq,zprs,hcye,qwdgsj)" +
|
||||
" values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,?, ?)";
|
||||
String sql = " insert into " + MODE_TABLE_NAME + "(modeuuid,modedatacreatertype,formmodeid,modedatacreater,modedatacreatedate,modedatacreatetime,modedatamodifier,modedatamodifydatetime,xqsplc,xqzt,sqr,sqsj,sqbm,nd,spfs,xqlx,bz,xqmc,zpyy,zpxqfzr,szfb,szbm,gw,gwzz,rzyq,zwxz,gzdd,gznx,zdxlyq,zprs,hcye,xqzhjd,qwdgsj)" +
|
||||
" values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|
||||
try {
|
||||
|
||||
for (Map<String, Object> map : insertList) {
|
||||
|
|
@ -198,6 +198,8 @@ public class RecruitFlowToModeAction implements Action {
|
|||
param.add(map.get("zprs"));
|
||||
// hc余额
|
||||
param.add(map.get("zprs"));
|
||||
// 需求执行进度
|
||||
param.add(0);
|
||||
// 期望到岗时间
|
||||
param.add(map.get("qwdgsj"));
|
||||
return param;
|
||||
|
|
|
|||
Loading…
Reference in New Issue