高压IMS-采购入库-制单人调整
This commit is contained in:
parent
bf5c6aeb5a
commit
ec4263dde1
|
|
@ -76,7 +76,7 @@ public class ErpIaI2billFromGyImsPlugin implements IBackgroundWorkPlugin {
|
||||||
headJson.put("cpayfinorgvid", "C003");// 应付财务组织最新版本
|
headJson.put("cpayfinorgvid", "C003");// 应付财务组织最新版本
|
||||||
headJson.put("cpayfinorgoid", "C003");// 应付财务组织
|
headJson.put("cpayfinorgoid", "C003");// 应付财务组织
|
||||||
headJson.put("creator", "BIP");
|
headJson.put("creator", "BIP");
|
||||||
headJson.put("billmaker", MyHelper.getUserId((String) map.get("billmaker")));
|
headJson.put("billmaker", map.get("billmaker"));
|
||||||
if (map.get("dbilldate") != null && map.get("dbilldate") instanceof Timestamp dbilldate) {
|
if (map.get("dbilldate") != null && map.get("dbilldate") instanceof Timestamp dbilldate) {
|
||||||
String dbilldateStr = DATETIME_FORMATTER.format(dbilldate);
|
String dbilldateStr = DATETIME_FORMATTER.format(dbilldate);
|
||||||
headJson.put("dbilldate", dbilldateStr); // 单据日期
|
headJson.put("dbilldate", dbilldateStr); // 单据日期
|
||||||
|
|
@ -130,7 +130,7 @@ public class ErpIaI2billFromGyImsPlugin implements IBackgroundWorkPlugin {
|
||||||
if (body.get("dbizdate") != null && body.get("dbizdate") instanceof Timestamp dbizdate) {
|
if (body.get("dbizdate") != null && body.get("dbizdate") instanceof Timestamp dbizdate) {
|
||||||
String creationtimeStr = DATETIME_FORMATTER.format(dbizdate);
|
String creationtimeStr = DATETIME_FORMATTER.format(dbizdate);
|
||||||
bodyJson.put("dbizdate", creationtimeStr);
|
bodyJson.put("dbizdate", creationtimeStr);
|
||||||
}else{
|
} else {
|
||||||
bodyJson.put("dbizdate", "2025-12-01 20:42:24");
|
bodyJson.put("dbizdate", "2025-12-01 20:42:24");
|
||||||
}
|
}
|
||||||
bodyJsonArr.add(bodyJson);
|
bodyJsonArr.add(bodyJson);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue