|
|
|
@ -37,6 +37,7 @@ import com.glxp.api.service.thrsys.ThrProductsService;
|
|
|
|
|
import com.glxp.api.service.thrsys.ThrSystemService;
|
|
|
|
|
import com.glxp.api.service.thrsys.impl.ThrProductsAddDiService;
|
|
|
|
|
import com.glxp.api.util.CustomUtil;
|
|
|
|
|
import com.glxp.api.util.GennerOrderUtils;
|
|
|
|
|
import com.glxp.api.util.IntUtil;
|
|
|
|
|
import com.glxp.api.util.SupplementVailUtil;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
@ -83,7 +84,8 @@ public class ThrProductsAddDiController {
|
|
|
|
|
SupplementVailUtil supplementVailUtil;
|
|
|
|
|
@Resource
|
|
|
|
|
CustomerService customerService;
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
GennerOrderUtils gennerOrderUtils;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 查询DI产品信息列表
|
|
|
|
@ -182,18 +184,21 @@ public class ThrProductsAddDiController {
|
|
|
|
|
//自增的数据就再到第三方产品里面
|
|
|
|
|
ThrProductsAddDiResponse thrProductsAddDiResponse = thrProductsAddDiService.selecById(thrProductsAddDiEntity.getId());
|
|
|
|
|
|
|
|
|
|
if (status == 2) { //审核通过
|
|
|
|
|
if (status == 2) {
|
|
|
|
|
//审核通过
|
|
|
|
|
//第三方产品审核通过
|
|
|
|
|
if (thrProductsAddDiEntity.getType() == 2) {
|
|
|
|
|
ThrProductsEntity thrProductsEntity = new ThrProductsEntity();
|
|
|
|
|
BeanUtil.copyProperties(thrProductsAddDiEntity, thrProductsEntity);
|
|
|
|
|
thrProductsService.insertThrProducts(thrProductsEntity);
|
|
|
|
|
// ThrProductsEntity thrProductsEntity = new ThrProductsEntity();
|
|
|
|
|
// BeanUtil.copyProperties(thrProductsAddDiEntity, thrProductsEntity);
|
|
|
|
|
// thrProductsService.insertThrProducts(thrProductsEntity);
|
|
|
|
|
thrProductsAddDiEntity.setCode(gennerOrderUtils.getRelId() + "x");
|
|
|
|
|
ThrSystemEntity basicThirdSysEntity = thrSystemService.selectMainThrSys();
|
|
|
|
|
if (basicThirdSysEntity.getThirdId().equals(thrProductsAddDiEntity.getThirdSysFk()))
|
|
|
|
|
if (!udiContrastService.isExit(null, thrProductsAddDiEntity.getCode(), null)) {
|
|
|
|
|
udiContrastService.createOnlyMainId(thrProductsAddDiEntity.getCode());
|
|
|
|
|
udiContrastService.createOnlyApply(thrProductsAddDiEntity);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(4);
|
|
|
|
|
thrProductsAddDiService.updateById(thrProductsAddDiEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else { //选入DI信息审核通过
|
|
|
|
|
//审核通过后追加到耗材字典中
|
|
|
|
|
UdiCombineRequest combineRequest = new UdiCombineRequest();
|
|
|
|
@ -260,10 +265,11 @@ public class ThrProductsAddDiController {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
|
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
|
|
|
|
|
}
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
|
thrProductsAddDiService.updateDiProduct(thrProductsAddDiEntity);
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
thrProductsAddDiEntity.setRemark(remark);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(status);
|
|
|
|
@ -317,19 +323,14 @@ public class ThrProductsAddDiController {
|
|
|
|
|
public BaseResponse saveProduct(@RequestBody ThrProductsAddDiEntity thrProductsAdddiEntity) {
|
|
|
|
|
if (null == thrProductsAdddiEntity)
|
|
|
|
|
return ResultVOUtils.error(ResultEnum.PARAM_VERIFY_FALL);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (thrProductsService.isExit(thrProductsAdddiEntity.getCode(), thrProductsAdddiEntity.getThirdSysFk())) {
|
|
|
|
|
return ResultVOUtils.error(500, "已存在相同产品编码,无法添加!");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String customerId = getCustomerId() + "";
|
|
|
|
|
if (customerId.equals("110")) {
|
|
|
|
|
if (thrProductsService.isExit(thrProductsAdddiEntity.getCode(), thrProductsAdddiEntity.getThirdSysFk())) {
|
|
|
|
|
return ResultVOUtils.error(500, "已存在相同产品编码,无法添加!");
|
|
|
|
|
}
|
|
|
|
|
ThrProductsEntity thrProductsEntity = new ThrProductsEntity();
|
|
|
|
|
BeanUtil.copyProperties(thrProductsAdddiEntity, thrProductsEntity);
|
|
|
|
|
thrProductsService.insertThrProducts(thrProductsEntity);
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
if (StrUtil.isEmpty(thrProductsAdddiEntity.getThirdSysFk())) {
|
|
|
|
|
thrProductsAdddiEntity.setThirdSysFk("thirdId");
|
|
|
|
@ -386,13 +387,16 @@ public class ThrProductsAddDiController {
|
|
|
|
|
if (thrProductsAddDiEntity.getStatus() == 2) { //审核通过
|
|
|
|
|
//第三方产品审核通过
|
|
|
|
|
if (thrProductsAddDiEntity.getType() == 2) {
|
|
|
|
|
ThrProductsEntity thrProductsEntity = new ThrProductsEntity();
|
|
|
|
|
BeanUtil.copyProperties(thrProductsAddDiEntity, thrProductsEntity);
|
|
|
|
|
thrProductsService.insertThrProducts(thrProductsEntity);
|
|
|
|
|
// ThrProductsEntity thrProductsEntity = new ThrProductsEntity();
|
|
|
|
|
// BeanUtil.copyProperties(thrProductsAddDiEntity, thrProductsEntity);
|
|
|
|
|
// thrProductsService.insertThrProducts(thrProductsEntity);
|
|
|
|
|
thrProductsAddDiEntity.setCode(gennerOrderUtils.getRelId() + "");
|
|
|
|
|
ThrSystemEntity basicThirdSysEntity = thrSystemService.selectMainThrSys();
|
|
|
|
|
if (basicThirdSysEntity.getThirdId().equals(thrProductsAddDiEntity.getThirdSysFk()))
|
|
|
|
|
if (!udiContrastService.isExit(null, thrProductsAddDiEntity.getCode(), null)) {
|
|
|
|
|
udiContrastService.createOnlyMainId(thrProductsAddDiEntity.getCode());
|
|
|
|
|
udiContrastService.createOnlyApply(thrProductsAddDiEntity);
|
|
|
|
|
thrProductsAddDiEntity.setStatus(4);
|
|
|
|
|
thrProductsAddDiService.updateById(thrProductsAddDiEntity);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
} else { //选入DI信息审核通过
|
|
|
|
|