ims采购入库增加字段
This commit is contained in:
parent
7abb34d9e3
commit
ad1843fd10
|
|
@ -126,6 +126,12 @@ public class ErpIaI2billFromGyImsPlugin implements IBackgroundWorkPlugin {
|
||||||
// bodyJson.put("ntaxrate", body.get("ntaxrate"));// 税率
|
// bodyJson.put("ntaxrate", body.get("ntaxrate"));// 税率
|
||||||
bodyJson.put("vnotebody", body.get("vnotebody"));// 行备注
|
bodyJson.put("vnotebody", body.get("vnotebody"));// 行备注
|
||||||
|
|
||||||
|
// bodyJson.put("dbizdate", body.get("dbizdate"));// 行备注
|
||||||
|
// 入库时间
|
||||||
|
if (body.get("dbizdate") != null && body.get("dbizdate") instanceof Timestamp dbizdate) {
|
||||||
|
String creationtimeStr = DATETIME_FORMATTER.format(dbizdate);
|
||||||
|
headJson.put("dbizdate", creationtimeStr);
|
||||||
|
}
|
||||||
bodyJsonArr.add(bodyJson);
|
bodyJsonArr.add(bodyJson);
|
||||||
}
|
}
|
||||||
Map<String, Object> param = new HashMap<>();
|
Map<String, Object> param = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue