This commit is contained in:
linfso 2024-11-01 13:26:32 +08:00
parent a211eacbdd
commit 5a6be48035

View File

@ -626,7 +626,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
}
@ -2536,20 +2535,11 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
if (!StringUtils.isEmpty(emisWaybillSave.getBlVirtual())) {
if ("1".equals(emisWaybillSave.getBlVirtual())) {
// 做问题件录入
// 插入揽收记录
ScanInfo scanInfoProm = new ScanInfo();
List<Map<String,Object>> scanDataPromList = new ArrayList<>();
scanInfoProm.setOpType(2);
scanInfoProm.setScanType(ScanType.ISSUE.opCode);
// "billCode": "T001,T002,T002",
// "problemType": "问题件类型",
// "notifySite": "寄件或收件网点编码",
// "picUrl": "问题件图片",
// "remark": "问题备注",
// "scanDate": "2024-05-02 12:03:05",
// "scanWeight": "0.2"
Map<String,Object> scanDatePromItem = new HashMap<>();
scanDatePromItem.put("billCode",emisWaybillSave.getBillCode());
scanDatePromItem.put("problemType","173");