国家库更新版本问题

dev
anthonywj 2 years ago
parent 4924f0b723
commit 3583d17057

@ -179,7 +179,7 @@ public class UdiContrastController {
public BaseResponse syncOnline(@RequestBody UdiCombineRequest udiCombineRequest) { public BaseResponse syncOnline(@RequestBody UdiCombineRequest udiCombineRequest) {
List<UdiProductEntity> udiInfoEntities = udiDlHttpClient.getUdiByUuid(udiCombineRequest.getOriginUuid()); List<UdiProductEntity> udiInfoEntities = udiDlHttpClient.getUdiByUuid(udiCombineRequest.getOriginUuid());
if (CollUtil.isNotEmpty(udiInfoEntities)) { if (CollUtil.isNotEmpty(udiInfoEntities)) {
BaseResponse<List<ProductInfoEntity>> listBaseResponse = asyncDiDlHelper.dlByDiRes(udiInfoEntities.get(0).getNameCode()); BaseResponse<List<ProductInfoEntity>> listBaseResponse = asyncDiDlHelper.dlLastVersionByDi(udiInfoEntities.get(0).getNameCode());
if (listBaseResponse.getCode() == 20000) { if (listBaseResponse.getCode() == 20000) {
List<ProductInfoEntity> productInfoEntityList = listBaseResponse.getData(); List<ProductInfoEntity> productInfoEntityList = listBaseResponse.getData();
if (CollUtil.isNotEmpty(productInfoEntityList)) { if (CollUtil.isNotEmpty(productInfoEntityList)) {

@ -678,7 +678,6 @@ public class SpsSyncDownloadController {
orderEntity.setInvCode(parentInv.getCode()); orderEntity.setInvCode(parentInv.getCode());
orderEntity.setDeptCode(parentInv.getParentId()); orderEntity.setDeptCode(parentInv.getParentId());
orderEntity.setFromCorp("科室使用出库"); orderEntity.setFromCorp("科室使用出库");
} }

@ -86,6 +86,12 @@ public class BasicBussinessTypeEntity {
*/ */
@TableField(value = "checkUdims") @TableField(value = "checkUdims")
private int checkUdims; private int checkUdims;
/**
* web
*/
@TableField(value = "checkWebNew")
private int checkWebNew;
/** /**
* pda * pda
@ -106,10 +112,10 @@ public class BasicBussinessTypeEntity {
private int checkPc; private int checkPc;
/** /**
* web *
*/ */
@TableField(value = "checkWebNew") @TableField(value = "checkChange")
private int checkWebNew; private int checkChange;
/** /**
* *
@ -118,10 +124,10 @@ public class BasicBussinessTypeEntity {
private int checkSp; private int checkSp;
/** /**
* *
*/ */
@TableField(value = "checkChange") @TableField(value = "checkBalance")
private int checkChange; private int checkBalance;
/** /**
* UDIMS * UDIMS
@ -177,11 +183,7 @@ public class BasicBussinessTypeEntity {
@TableField(value = "supplementOrderType") @TableField(value = "supplementOrderType")
private String supplementOrderType; private String supplementOrderType;
/**
*
*/
@TableField(value = "checkBalance")
private int checkBalance;
/** /**
* *

Loading…
Cancel
Save