generated from dxfeng/secondev-chapanda-feishu
流程阶段初始化BUG修复
This commit is contained in:
parent
41b20cc7e3
commit
0cf9165ac6
|
|
@ -37,14 +37,14 @@ public class StageDataInsert {
|
||||||
// modedatacreatetime
|
// modedatacreatetime
|
||||||
paramsList.add(dateSplit[1]);
|
paramsList.add(dateSplit[1]);
|
||||||
// modedatamodifier
|
// modedatamodifier
|
||||||
paramsList.add(null);
|
//paramsList.add(null);
|
||||||
// modedatamodifydatetime
|
// modedatamodifydatetime
|
||||||
paramsList.add(null);
|
//paramsList.add(null);
|
||||||
// modedatacreatertype
|
// modedatacreatertype
|
||||||
paramsList.add("0");
|
paramsList.add("0");
|
||||||
|
|
||||||
String processIdsStr = StringUtils.join(Arrays.asList(processIds), ",");
|
String processIdsStr = StringUtils.join(Arrays.asList(processIds), ",");
|
||||||
String insertSql = "insert into uf_jcl_zpjdsz (modeuuid, modedatacreater, modedatacreatedate, modedatacreatetime, modedatamodifier, modedatamodifydatetime, modedatacreatertype, formmodeid, jdmc, jdms, jdlx, hj, sfqy, zssx, zpjd, " + relateField + ") values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|
String insertSql = "insert into uf_jcl_zpjdsz (modeuuid, modedatacreater, modedatacreatedate, modedatacreatetime, modedatacreatertype, formmodeid, jdmc, jdms, jdlx, hj, sfqy, zssx, zpjd, " + relateField + ") values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|
||||||
if (StringUtils.isNotBlank(processIdsStr)) {
|
if (StringUtils.isNotBlank(processIdsStr)) {
|
||||||
insertMainTableData(creator, billId, processIdsStr, insertSql, paramsList);
|
insertMainTableData(creator, billId, processIdsStr, insertSql, paramsList);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue