国家库更新版本问题

dev
anthonywj 2 years ago
parent 4924f0b723
commit 3583d17057

@ -179,7 +179,7 @@ public class UdiContrastController {
public BaseResponse syncOnline(@RequestBody UdiCombineRequest udiCombineRequest) {
List<UdiProductEntity> udiInfoEntities = udiDlHttpClient.getUdiByUuid(udiCombineRequest.getOriginUuid());
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) {
List<ProductInfoEntity> productInfoEntityList = listBaseResponse.getData();
if (CollUtil.isNotEmpty(productInfoEntityList)) {

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

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

Loading…
Cancel
Save