|
|
|
@ -151,8 +151,6 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
private RelCodeDetailService relCodeDetailService;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
private VA001Service va001Service;
|
|
|
|
|
|
|
|
|
@ -1715,6 +1713,11 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
ioCollectOrder.setWorkPlaceCode(udiwmsBasicSkPrescribeRequest.getWorkPlaceCode());
|
|
|
|
|
ioCollectOrder.setFromCorpName(item.getSickname());
|
|
|
|
|
ioCollectOrder.setShipperName(item.getDeptname());
|
|
|
|
|
if (item.getRemark().equals("门诊")) {
|
|
|
|
|
ioCollectOrder.setBusType("YPCF002");
|
|
|
|
|
} else {
|
|
|
|
|
ioCollectOrder.setBusType("YPCF003");
|
|
|
|
|
}
|
|
|
|
|
Date date = null;
|
|
|
|
|
try {
|
|
|
|
|
date = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").parse(item.getPrescribedate());
|
|
|
|
@ -1778,6 +1781,7 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
return ResultVOUtils.error(500, "下载失败!");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static List<IoCollectOrderBiz> summarizeByCode(List<IoCollectOrderBiz> bizList) {
|
|
|
|
|
Map<String, IoCollectOrderBiz> summarizedMap = new HashMap<>();
|
|
|
|
|
|
|
|
|
@ -1868,7 +1872,6 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public BaseResponse optionUploadCollectOrder3505(IoCollectOrder ioCollectOrder) {
|
|
|
|
|
//摆药流水号
|
|
|
|
|
// String stoout_no = ioCollectOrder.getBackupOrderRemark1();
|
|
|
|
|