|
|
@ -1422,7 +1422,7 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public BaseResponse getPrescribes(UdiwmsBasicSkPrescribeRequest udiwmsBasicSkPrescribeRequest) {
|
|
|
|
public BaseResponse getPrescribes(UdiwmsBasicSkPrescribeRequest udiwmsBasicSkPrescribeRequest) {
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
if (IntUtil.value(udiwmsBasicSkPrescribeRequest.getInOutType()) == 0) {
|
|
|
|
if (udiwmsBasicSkPrescribeRequest.getBusType().equals("YPCF003") || udiwmsBasicSkPrescribeRequest.getBusType().equals("YPCF002")) {
|
|
|
|
log.info("udiwmsBasicSkPrescribeRequest11111"+udiwmsBasicSkPrescribeRequest);
|
|
|
|
log.info("udiwmsBasicSkPrescribeRequest11111"+udiwmsBasicSkPrescribeRequest);
|
|
|
|
LambdaQueryWrapper<VInsurNationGoodsPhysic> wrapper = new LambdaQueryWrapper<>();
|
|
|
|
LambdaQueryWrapper<VInsurNationGoodsPhysic> wrapper = new LambdaQueryWrapper<>();
|
|
|
|
|
|
|
|
|
|
|
@ -1441,17 +1441,24 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
.or().like(VInsurNationGoodsPhysic::getPSN_NO, "%"+key+"%")
|
|
|
|
.or().like(VInsurNationGoodsPhysic::getPSN_NO, "%"+key+"%")
|
|
|
|
);
|
|
|
|
);
|
|
|
|
wrapper.and(StrUtil.isNotEmpty(fromCorpName), t -> t.eq(VInsurNationGoodsPhysic::getPSN_NAME, fromCorpName));
|
|
|
|
wrapper.and(StrUtil.isNotEmpty(fromCorpName), t -> t.eq(VInsurNationGoodsPhysic::getPSN_NAME, fromCorpName));
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
|
|
|
|
IPage<VYpzsPresInfo> page = new Page<>();
|
|
|
|
if (udiwmsBasicSkPrescribeRequest.getBusType().equals("YPCF003")) {
|
|
|
|
if (udiwmsBasicSkPrescribeRequest.getBusType().equals("YPCF003")) {
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("1");
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("1");
|
|
|
|
|
|
|
|
// 住院只拉取结算后的处方
|
|
|
|
|
|
|
|
// 拉取处方时,改成拉取v_ypzs_pres_info
|
|
|
|
|
|
|
|
page = vYpzsPresInfoMapper
|
|
|
|
|
|
|
|
.selectGroupedWithPagination(new Page<VYpzsPresInfo>(udiwmsBasicSkPrescribeRequest.getPage(), udiwmsBasicSkPrescribeRequest.getLimit()),
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("2");
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("2");
|
|
|
|
|
|
|
|
// 拉取处方时,改成拉取v_ypzs_pres_info
|
|
|
|
|
|
|
|
page = vYpzsPresInfoMapper
|
|
|
|
|
|
|
|
.selectGroupedWithPagination(new Page<VYpzsPresInfo>(udiwmsBasicSkPrescribeRequest.getPage(), udiwmsBasicSkPrescribeRequest.getLimit()),
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 拉取处方时,改成拉取v_ypzs_pres_info
|
|
|
|
|
|
|
|
IPage<VYpzsPresInfo> page = vYpzsPresInfoMapper
|
|
|
|
|
|
|
|
.selectGroupedWithPagination(new Page<VYpzsPresInfo>(udiwmsBasicSkPrescribeRequest.getPage(), udiwmsBasicSkPrescribeRequest.getLimit()),
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (page.getTotal() == 0) {
|
|
|
|
if (page.getTotal() == 0) {
|
|
|
|
PageSimpleResponse<IoCollectOrder> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
|
PageSimpleResponse<IoCollectOrder> pageSimpleResponse = new PageSimpleResponse<>();
|
|
|
@ -1461,27 +1468,15 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this.covertSellOrder(udiwmsBasicSkPrescribeRequest, page);
|
|
|
|
return this.covertSellOrder(udiwmsBasicSkPrescribeRequest, page);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
LambdaQueryWrapper<VInsurNationGoodsReturn> wrapper = new LambdaQueryWrapper<>();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String startTime = udiwmsBasicSkPrescribeRequest.getStartTime();
|
|
|
|
|
|
|
|
String endTime = udiwmsBasicSkPrescribeRequest.getEndTime();
|
|
|
|
|
|
|
|
wrapper.ge(StrUtil.isNotEmpty(startTime), VInsurNationGoodsReturn::getSEL_RETN_TIME, startTime);
|
|
|
|
|
|
|
|
wrapper.le(StrUtil.isNotEmpty(endTime), VInsurNationGoodsReturn::getSEL_RETN_TIME, endTime);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String code = udiwmsBasicSkPrescribeRequest.getCode();
|
|
|
|
|
|
|
|
String fromCorpName = udiwmsBasicSkPrescribeRequest.getFromCorpName();
|
|
|
|
|
|
|
|
String key = udiwmsBasicSkPrescribeRequest.getKey();
|
|
|
|
|
|
|
|
wrapper.and(StrUtil.isNotEmpty(key), t -> t.like(VInsurNationGoodsReturn::getAPPLY_NO, key)
|
|
|
|
|
|
|
|
.or().like(VInsurNationGoodsReturn::getPSN_NAME, key)
|
|
|
|
|
|
|
|
.or().like(VInsurNationGoodsReturn::getPSN_NO, key)
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
wrapper.and(StrUtil.isNotEmpty(code), t -> t.eq(VInsurNationGoodsReturn::getAPPLY_NO, code));
|
|
|
|
|
|
|
|
wrapper.and(StrUtil.isNotEmpty(fromCorpName), t -> t.eq(VInsurNationGoodsReturn::getPSN_NAME, fromCorpName));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
udiwmsBasicSkPrescribeRequest.setDatabaseProductName(getDataSourceType());
|
|
|
|
|
|
|
|
if (udiwmsBasicSkPrescribeRequest.getBusType().equals("YPCFTF003")) {
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("1");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
udiwmsBasicSkPrescribeRequest.setIN_HOSP("2");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
//拉取处方退货时,改成拉取v_ypzs_pres_info_return
|
|
|
|
//拉取处方退货时,改成拉取v_ypzs_pres_info_return
|
|
|
|
IPage<VYpzsPresInfoReturn> page = vYpzsPresInfoReturnMapper.selectGroupedWithPagination(new Page<VYpzsPresInfoReturn>(udiwmsBasicSkPrescribeRequest.getPage(), udiwmsBasicSkPrescribeRequest.getLimit()),
|
|
|
|
IPage<VYpzsPresInfoReturn> page = vYpzsPresInfoReturnMapper.selectGroupedWithPagination(new Page<VYpzsPresInfoReturn>(udiwmsBasicSkPrescribeRequest.getPage(), udiwmsBasicSkPrescribeRequest.getLimit()),
|
|
|
|
udiwmsBasicSkPrescribeRequest);
|
|
|
|
udiwmsBasicSkPrescribeRequest);
|
|
|
@ -1695,7 +1690,7 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
} else if (matchBusType(busType, buyType_3505)) {
|
|
|
|
} else if (matchBusType(busType, buyType_3505)) {
|
|
|
|
return optionUploadCollectOrder3505(ioCollectOrder);
|
|
|
|
return optionUploadCollectOrder3505(ioCollectOrder);
|
|
|
|
} else if (matchBusType(busType, buyType_3506)) {
|
|
|
|
} else if (matchBusType(busType, buyType_3506)) {
|
|
|
|
optionUploadCollectOrder3506(ioCollectOrder);
|
|
|
|
return optionUploadCollectOrder3506(ioCollectOrder);
|
|
|
|
} else if (matchBusType(busType, buyType_35051)) {
|
|
|
|
} else if (matchBusType(busType, buyType_35051)) {
|
|
|
|
return optionUploadCollectOrder35051(ioCollectOrder);
|
|
|
|
return optionUploadCollectOrder35051(ioCollectOrder);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -2008,13 +2003,22 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
VYpzsPresInfoReturn presInfoEntity = value.get(0);
|
|
|
|
VYpzsPresInfoReturn presInfoEntity = value.get(0);
|
|
|
|
StringBuilder errorMsg = new StringBuilder();
|
|
|
|
StringBuilder errorMsg = new StringBuilder();
|
|
|
|
IoCollectOrder ioCollectOrder = new IoCollectOrder();
|
|
|
|
IoCollectOrder ioCollectOrder = new IoCollectOrder();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//区分住院、门诊处方
|
|
|
|
|
|
|
|
if (IntUtil.value(presInfoEntity.getIO_TYPE()) == 1) {
|
|
|
|
|
|
|
|
ioCollectOrder.setBusType("YPCFTF003");
|
|
|
|
|
|
|
|
// ioCollectOrder.setBillNo(presInfoEntity.getSTOOUT_NO());
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
ioCollectOrder.setBusType("YPCFTF002");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
ioCollectOrder.setBillNo(presInfoEntity.getAPPLY_NO());
|
|
|
|
ioCollectOrder.setBillNo(presInfoEntity.getAPPLY_NO());
|
|
|
|
ioCollectOrder.setFromType("HIS系统");
|
|
|
|
ioCollectOrder.setFromType("HIS系统");
|
|
|
|
ioCollectOrder.setFromCorp(presInfoEntity.getSICK_ID());
|
|
|
|
ioCollectOrder.setFromCorp(presInfoEntity.getSICK_ID());
|
|
|
|
ioCollectOrder.setWorkPlaceCode(udiwmsBasicSkPrescribeRequest.getWorkPlaceCode());
|
|
|
|
ioCollectOrder.setWorkPlaceCode(udiwmsBasicSkPrescribeRequest.getWorkPlaceCode());
|
|
|
|
ioCollectOrder.setFromCorpName(presInfoEntity.getSICK_NAME());
|
|
|
|
ioCollectOrder.setFromCorpName(presInfoEntity.getSICK_NAME());
|
|
|
|
// Date date = DateUtil.parseDate(presInfoEntity.get());
|
|
|
|
Date date = DateUtil.parseDate(presInfoEntity.getKEEP_BOOK_TIME());
|
|
|
|
ioCollectOrder.setBillTime(presInfoEntity.getKEEP_BOOK_TIME());
|
|
|
|
ioCollectOrder.setBillTime(date);
|
|
|
|
ioCollectOrder.setCreateTime(new Date());
|
|
|
|
ioCollectOrder.setCreateTime(new Date());
|
|
|
|
ioCollectOrder.setCreateUser(udiwmsBasicSkPrescribeRequest.getCreateUser());
|
|
|
|
ioCollectOrder.setCreateUser(udiwmsBasicSkPrescribeRequest.getCreateUser());
|
|
|
|
ioCollectOrder.setUpdateTime(new Date());
|
|
|
|
ioCollectOrder.setUpdateTime(new Date());
|
|
|
@ -2023,27 +2027,27 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
List<IoCollectOrderBiz> bizList = new ArrayList<>();
|
|
|
|
List<IoCollectOrderBiz> bizList = new ArrayList<>();
|
|
|
|
value.forEach(entity -> {
|
|
|
|
value.forEach(entity -> {
|
|
|
|
IoCollectOrderBiz collectOrderBiz = new IoCollectOrderBiz();
|
|
|
|
IoCollectOrderBiz collectOrderBiz = new IoCollectOrderBiz();
|
|
|
|
BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectOne(new LambdaQueryWrapper<BasicUdirelEntity>().eq(BasicUdirelEntity::getMainId, entity.getPHYSIC_CODE()).last(" limit 1"));
|
|
|
|
BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectOne(new LambdaQueryWrapper<BasicUdirelEntity>().eq(BasicUdirelEntity::getMainId, entity.getCOUNTRY_CODE()).last(" limit 1"));
|
|
|
|
if (basicUdirelEntity != null) {
|
|
|
|
if (basicUdirelEntity != null) {
|
|
|
|
collectOrderBiz.setRelId(basicUdirelEntity.getId());
|
|
|
|
collectOrderBiz.setRelId(basicUdirelEntity.getId());
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
errorMsg.append(entity.getPHYSIC_NAME()).append("字典未对照").append(";");
|
|
|
|
errorMsg.append(entity.getPHYSIC_NAME()).append("字典未对照").append(";");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
List<VYpzsPresInfoReturn> vYpzsPresInfoReturns = vYpzsPresInfoReturnMapper.selectList(new LambdaQueryWrapper<VYpzsPresInfoReturn>().eq(VYpzsPresInfoReturn::getAPPLY_NO, entity.getAPPLY_NO()).eq(VYpzsPresInfoReturn::getPHYSIC_CODE, entity.getPHYSIC_CODE()));
|
|
|
|
collectOrderBiz.setGgxh(entity.getPHYSIC_SPEC());
|
|
|
|
|
|
|
|
collectOrderBiz.setMeasureUnit(entity.getPHYSIC_UNIT());
|
|
|
|
if (CollUtil.isNotEmpty(vYpzsPresInfoReturns)) {
|
|
|
|
collectOrderBiz.setCount(IntUtil.value(entity.getMDTRT_SN()));
|
|
|
|
VYpzsPresInfoReturn vYpzsPresInfo = vYpzsPresInfoReturns.get(0);
|
|
|
|
collectOrderBiz.setThrCode(entity.getCOUNTRY_CODE());
|
|
|
|
collectOrderBiz.setGgxh(vYpzsPresInfo.getPHYSIC_SPEC());
|
|
|
|
|
|
|
|
collectOrderBiz.setMeasureUnit(vYpzsPresInfo.getPHYSIC_UNIT());
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
collectOrderBiz.setThrCode(entity.getPHYSIC_CODE());
|
|
|
|
|
|
|
|
collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME());
|
|
|
|
collectOrderBiz.setCpmctymc(entity.getPHYSIC_NAME());
|
|
|
|
// collectOrderBiz.setBatchNo(entity.getBATCH_NUMBER());
|
|
|
|
|
|
|
|
collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo());
|
|
|
|
collectOrderBiz.setOrderIdFk(ioCollectOrder.getBillNo());
|
|
|
|
collectOrderBiz.setYbbm(entity.getFEE_SEQUENCE_NO());
|
|
|
|
collectOrderBiz.setYbbm(entity.getCOUNTRY_CODE());
|
|
|
|
collectOrderBiz.setCount(entity.getQUANTITY());
|
|
|
|
|
|
|
|
collectOrderBiz.setTagStatus(1);
|
|
|
|
collectOrderBiz.setTagStatus(1);
|
|
|
|
collectOrderBiz.setUnTagCount(0);
|
|
|
|
collectOrderBiz.setUnTagCount(0);
|
|
|
|
|
|
|
|
collectOrderBiz.setRemark(entity.getLAYPHYSIC_NO());
|
|
|
|
|
|
|
|
collectOrderBiz.setRemark2(entity.getPRESCRIBE_NUMBER());
|
|
|
|
|
|
|
|
ioCollectOrder.setRemark(entity.getLAYPHYSIC_NO());
|
|
|
|
|
|
|
|
ioCollectOrder.setBackupOrderRemark1(entity.getPRESCRIBE_NUMBER());
|
|
|
|
|
|
|
|
|
|
|
|
bizList.add(collectOrderBiz);
|
|
|
|
bizList.add(collectOrderBiz);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
if (StrUtil.isNotBlank(errorMsg)) {
|
|
|
|
if (StrUtil.isNotBlank(errorMsg)) {
|
|
|
@ -2143,7 +2147,7 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
.manu_date(vInsurNationGoodsPhysic.getMANU_DATE())
|
|
|
|
.manu_date(vInsurNationGoodsPhysic.getMANU_DATE())
|
|
|
|
.expy_end(vInsurNationGoodsPhysic.getEXPY_END())
|
|
|
|
.expy_end(vInsurNationGoodsPhysic.getEXPY_END())
|
|
|
|
.rx_flag(vInsurNationGoodsPhysic.getRX_FLAG())
|
|
|
|
.rx_flag(vInsurNationGoodsPhysic.getRX_FLAG())
|
|
|
|
.trdn_flag(vInsurNationGoodsPhysic.getTRDN_FLAG())
|
|
|
|
.trdn_flag(collectOrderBizResponse.getTrdnFlag())
|
|
|
|
.finl_trns_pric(vInsurNationGoodsPhysic.getFINL_TRNS_PRIC())
|
|
|
|
.finl_trns_pric(vInsurNationGoodsPhysic.getFINL_TRNS_PRIC())
|
|
|
|
.rxno(vInsurNationGoodsPhysic.getRXNO())
|
|
|
|
.rxno(vInsurNationGoodsPhysic.getRXNO())
|
|
|
|
.rx_circ_flag(vInsurNationGoodsPhysic.getRX_CIRC_FLAG())
|
|
|
|
.rx_circ_flag(vInsurNationGoodsPhysic.getRX_CIRC_FLAG())
|
|
|
@ -2419,22 +2423,26 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public void optionUploadCollectOrder3506(IoCollectOrder ioCollectOrder) {
|
|
|
|
public BaseResponse optionUploadCollectOrder3506(IoCollectOrder ioCollectOrder) {
|
|
|
|
// List<IoCollectOrderBiz> bizList = ioCollectOrder.getBizList();
|
|
|
|
// List<IoCollectOrderBiz> bizList = ioCollectOrder.getBizList();
|
|
|
|
List<CollectOrderBizResponse> collectOrderBizResponseList = ioCollectOrder.getCollectOrderBizResponseList();
|
|
|
|
List<CollectOrderBizResponse> collectOrderBizResponseList = ioCollectOrder.getCollectOrderBizResponseList();
|
|
|
|
List<Xsth3506Request> xsth3506Requests = new ArrayList<>();
|
|
|
|
List<Xsth3506Request> xsth3506Requests = new ArrayList<>();
|
|
|
|
List<VInsurNationGoodsReturn> vInsurNationGoodsReturns = vInsurNationGoodsReturnMapper.selectList(new LambdaQueryWrapper<VInsurNationGoodsReturn>().eq(VInsurNationGoodsReturn::getAPPLY_NO, ioCollectOrder.getBillNo()));
|
|
|
|
List<VInsurNationGoodsReturn> vInsurNationGoodsReturns = vInsurNationGoodsReturnMapper.selectList(new LambdaQueryWrapper<VInsurNationGoodsReturn>().eq(VInsurNationGoodsReturn::getAPPLY_NO, ioCollectOrder.getBackupOrderRemark1()));
|
|
|
|
if (CollUtil.isEmpty(vInsurNationGoodsReturns)) {
|
|
|
|
if (CollUtil.isEmpty(vInsurNationGoodsReturns)) {
|
|
|
|
log.error("申请单号{}不存在", ioCollectOrder.getBillNo());
|
|
|
|
log.error("申请单号{}不存在", ioCollectOrder.getBillNo());
|
|
|
|
return;
|
|
|
|
return ResultVOUtils.error(500,"上传医保数据为空请核实");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
for (CollectOrderBizResponse item : collectOrderBizResponseList) {
|
|
|
|
for (CollectOrderBizResponse item : collectOrderBizResponseList) {
|
|
|
|
BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectById(item.getRelId());
|
|
|
|
BasicUdirelEntity basicUdirelEntity = basicUdirelDao.selectById(item.getRelId());
|
|
|
|
String itemCode = basicUdirelEntity.getMainId();
|
|
|
|
String itemCode = basicUdirelEntity.getMainId();
|
|
|
|
for (VInsurNationGoodsReturn vInsurNationGoodsPhysic : vInsurNationGoodsReturns) {
|
|
|
|
for (VInsurNationGoodsReturn vInsurNationGoodsPhysic : vInsurNationGoodsReturns) {
|
|
|
|
if (vInsurNationGoodsPhysic.getFIXMEDINS_HILIST_ID().equals(itemCode)) {
|
|
|
|
if (vInsurNationGoodsPhysic.getMED_LIST_CODG().equals(itemCode)) {
|
|
|
|
String[] codes = item.getFinishUdiCode().split(",");
|
|
|
|
String[] codes = new String[0];
|
|
|
|
|
|
|
|
if(StringUtils.isNotEmpty(item.getFinishUdiCode())){
|
|
|
|
|
|
|
|
codes = item.getFinishUdiCode().split(",");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
List<DrugInfoRequest> drugTraceList = new ArrayList<>();
|
|
|
|
List<DrugInfoRequest> drugTraceList = new ArrayList<>();
|
|
|
|
// 遍历fruits数组
|
|
|
|
// 遍历fruits数组
|
|
|
|
for (String code : codes) {
|
|
|
|
for (String code : codes) {
|
|
|
@ -2452,9 +2460,9 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// TODO: 2024/9/10 字段未完全正确对应
|
|
|
|
// TODO: 2024/9/10 字段未完全正确对应
|
|
|
|
Xsth3506Request xsth3506Request = Xsth3506Request.builder()
|
|
|
|
Xsth3506Request xsth3506Request = Xsth3506Request.builder()
|
|
|
|
.med_list_codg(item.getYbbm())
|
|
|
|
.med_list_codg(vInsurNationGoodsPhysic.getMED_LIST_CODG())
|
|
|
|
.fixmedins_hilist_id(item.getThrCode())
|
|
|
|
.fixmedins_hilist_id(vInsurNationGoodsPhysic.getFIXMEDINS_HILIST_ID())
|
|
|
|
.fixmedins_hilist_name(item.getCpmctymc())
|
|
|
|
.fixmedins_hilist_name(vInsurNationGoodsPhysic.getFIXMEDINS_HILIST_NAME())
|
|
|
|
.fixmedins_bchno(vInsurNationGoodsPhysic.getFIXMEDINS_BCHNO())
|
|
|
|
.fixmedins_bchno(vInsurNationGoodsPhysic.getFIXMEDINS_BCHNO())
|
|
|
|
.setl_id(vInsurNationGoodsPhysic.getSETL_ID())
|
|
|
|
.setl_id(vInsurNationGoodsPhysic.getSETL_ID())
|
|
|
|
.psn_no(vInsurNationGoodsPhysic.getPSN_NO())
|
|
|
|
.psn_no(vInsurNationGoodsPhysic.getPSN_NO())
|
|
|
@ -2470,7 +2478,7 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
.sel_retn_cnt(vInsurNationGoodsPhysic.getSEL_RETN_CNT())
|
|
|
|
.sel_retn_cnt(vInsurNationGoodsPhysic.getSEL_RETN_CNT())
|
|
|
|
.sel_retn_time(vInsurNationGoodsPhysic.getSEL_RETN_TIME())
|
|
|
|
.sel_retn_time(vInsurNationGoodsPhysic.getSEL_RETN_TIME())
|
|
|
|
.sel_retn_opter_name(vInsurNationGoodsPhysic.getSEL_RETN_OPTER_NAME())
|
|
|
|
.sel_retn_opter_name(vInsurNationGoodsPhysic.getSEL_RETN_OPTER_NAME())
|
|
|
|
.memo(item.getRemark())
|
|
|
|
.memo(vInsurNationGoodsPhysic.getMEMO())
|
|
|
|
.medins_prod_sel_no(vInsurNationGoodsPhysic.getMEDINS_PROL_SEL_NO())
|
|
|
|
.medins_prod_sel_no(vInsurNationGoodsPhysic.getMEDINS_PROL_SEL_NO())
|
|
|
|
.mdtrt_sn(vInsurNationGoodsPhysic.getMDTRT_SN())
|
|
|
|
.mdtrt_sn(vInsurNationGoodsPhysic.getMDTRT_SN())
|
|
|
|
.drugtracinfo(drugTraceList).build();
|
|
|
|
.drugtracinfo(drugTraceList).build();
|
|
|
@ -2486,6 +2494,8 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
String jsonStr = JSONUtil.toJsonStr(baseXsth3506Request);
|
|
|
|
String jsonStr = JSONUtil.toJsonStr(baseXsth3506Request);
|
|
|
|
JSONObject dataJson = JSONObject.parseObject(jsonStr);
|
|
|
|
JSONObject dataJson = JSONObject.parseObject(jsonStr);
|
|
|
|
ybClient.ybPost("3506A", dataJson);
|
|
|
|
ybClient.ybPost("3506A", dataJson);
|
|
|
|
|
|
|
|
return ybClient.ybPostScyh("3505A", dataJson);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|