|
|
|
@ -1779,7 +1779,7 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
ioCollectOrder.setCreateTime(new Date());
|
|
|
|
|
ioCollectOrder.setCreateUser(udiwmsBasicSkPrescribeRequest.getCreateUser());
|
|
|
|
|
// ioCollectOrder.setBusType(udiwmsBasicSkPrescribeRequest.getBusType());
|
|
|
|
|
ioCollectOrder.setBackupOrderRemark1(item.getCode());
|
|
|
|
|
ioCollectOrder.setBackupOrderRemark1(item.getAPPLY_NO());
|
|
|
|
|
|
|
|
|
|
// ioCollectOrder.setBackupOrderRemark2(presInfoEntity.getSICK_ID());
|
|
|
|
|
// ioCollectOrder.setBackupOrderRemark3(presInfoEntity.getPSN_NAME());
|
|
|
|
@ -1787,6 +1787,7 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
ioCollectOrder.setUpdateTime(new Date());
|
|
|
|
|
ioCollectOrder.setSplitStatus(0);
|
|
|
|
|
ioCollectOrder.setTagStatus(0);
|
|
|
|
|
|
|
|
|
|
List<VA010Mx> itemDetails = finalDetailsMap.get(item.getCode());
|
|
|
|
|
List<IoCollectOrderBiz> bizList = new ArrayList<>();
|
|
|
|
|
if (CollUtil.isNotEmpty(itemDetails)) {
|
|
|
|
|