|
|
|
@ -12,20 +12,23 @@ import com.glxp.api.common.util.ResultVOUtils;
|
|
|
|
|
import com.glxp.api.constant.Constant;
|
|
|
|
|
import com.glxp.api.constant.ConstantStatus;
|
|
|
|
|
import com.glxp.api.constant.ConstantType;
|
|
|
|
|
import com.glxp.api.dao.auth.AuthCompanyMapper;
|
|
|
|
|
import com.glxp.api.dao.inout.IoCodeDao;
|
|
|
|
|
import com.glxp.api.dao.inout.IoCodeTempDao;
|
|
|
|
|
import com.glxp.api.dao.inout.IoOrderDetailBizDao;
|
|
|
|
|
import com.glxp.api.entity.auth.AuthAdmin;
|
|
|
|
|
import com.glxp.api.entity.auth.AuthCompany;
|
|
|
|
|
import com.glxp.api.entity.auth.InvWarehouseEntity;
|
|
|
|
|
import com.glxp.api.entity.basic.BasicBussinessTypeEntity;
|
|
|
|
|
import com.glxp.api.entity.basic.UdiEntity;
|
|
|
|
|
import com.glxp.api.entity.basic.UdiProductEntity;
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeBatch;
|
|
|
|
|
import com.glxp.api.entity.collect.RelCodeDetail;
|
|
|
|
|
import com.glxp.api.entity.inout.IoCodeEntity;
|
|
|
|
|
import com.glxp.api.entity.inout.IoCodeLostEntity;
|
|
|
|
|
import com.glxp.api.entity.inout.IoCodeTempEntity;
|
|
|
|
|
import com.glxp.api.entity.inout.IoOrderEntity;
|
|
|
|
|
import com.glxp.api.entity.inout.*;
|
|
|
|
|
import com.glxp.api.entity.purchase.SupCertEntity;
|
|
|
|
|
import com.glxp.api.entity.purchase.SupProductEntity;
|
|
|
|
|
import com.glxp.api.req.alihealth.AlihealthYljgCodedetailReqeust;
|
|
|
|
|
import com.glxp.api.req.alihealth.local.AlihealthYljgLocaCodedetailReqeust;
|
|
|
|
|
import com.glxp.api.req.basic.CompanyProductRelevanceRequest;
|
|
|
|
|
import com.glxp.api.req.inout.AddOrderRequest;
|
|
|
|
|
import com.glxp.api.req.inout.FilterCodeRequest;
|
|
|
|
@ -46,23 +49,23 @@ import com.glxp.api.service.purchase.SupCertService;
|
|
|
|
|
import com.glxp.api.service.purchase.SupProductService;
|
|
|
|
|
import com.glxp.api.service.system.SystemParamConfigService;
|
|
|
|
|
import com.glxp.api.util.*;
|
|
|
|
|
import com.glxp.api.util.alihealth.AlihealthYljgUtils;
|
|
|
|
|
import com.glxp.api.util.page.PageQuery;
|
|
|
|
|
import com.glxp.api.util.page.TableDataInfo;
|
|
|
|
|
import com.glxp.api.util.udi.FilterUdiUtils;
|
|
|
|
|
import com.glxp.api.util.udi.UdiCalCountUtil;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
import java.util.Locale;
|
|
|
|
|
import java.util.*;
|
|
|
|
|
|
|
|
|
|
@Service
|
|
|
|
|
@Transactional(rollbackFor = Exception.class)
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class IoCodeTempService {
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
@ -242,7 +245,12 @@ public class IoCodeTempService {
|
|
|
|
|
UdiRlSupService udiRlSupService;
|
|
|
|
|
@Resource
|
|
|
|
|
InvProductServiceNew invProductDetailService;
|
|
|
|
|
|
|
|
|
|
@Resource
|
|
|
|
|
AlihealthYljgUtils alihealthYljgUtils;
|
|
|
|
|
@Resource
|
|
|
|
|
AuthCompanyMapper authCompanyMapper;
|
|
|
|
|
@Resource
|
|
|
|
|
IoOrderDetailBizDao ioOrderDetailBizDao;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public BaseResponse addDrugOrderWeb(AddOrderRequest addOrderRequest) {
|
|
|
|
@ -381,7 +389,57 @@ public class IoCodeTempService {
|
|
|
|
|
return ResultVOUtils.error(500, "请先上传关联关系!");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
try {
|
|
|
|
|
// 调用阿里获取码信息
|
|
|
|
|
List<IoCodeTempEntity> ioCodeTempEntities = ioCodeTempDao.selectList(new LambdaQueryWrapper<IoCodeTempEntity>().eq(IoCodeTempEntity::getCode, code));
|
|
|
|
|
IoCodeTempEntity codeTempEntity =new IoCodeTempEntity();
|
|
|
|
|
if (CollUtil.isNotEmpty(ioCodeTempEntities)) {
|
|
|
|
|
codeTempEntity = ioCodeTempEntities.get(0);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
List<RelCodeBatch> navList = relCodeBatchService.list(new LambdaQueryWrapper<RelCodeBatch>()
|
|
|
|
|
.eq(RelCodeBatch::getCurCode, code));
|
|
|
|
|
// 还是为空就调用查码明细的结构
|
|
|
|
|
if (navList == null || navList.size() == 0) {
|
|
|
|
|
AuthCompany authCompany = authCompanyMapper.selectOne(
|
|
|
|
|
new QueryWrapper<AuthCompany>().last("limit 1")
|
|
|
|
|
);
|
|
|
|
|
if (authCompany != null) {
|
|
|
|
|
AlihealthYljgLocaCodedetailReqeust alihealthYljgLocaCodedetailReqeust = new AlihealthYljgLocaCodedetailReqeust();
|
|
|
|
|
alihealthYljgLocaCodedetailReqeust.setErpId(codeTempEntity.getSupId());
|
|
|
|
|
alihealthYljgLocaCodedetailReqeust.setAppSecret(authCompany.getAppSecret());
|
|
|
|
|
AlihealthYljgCodedetailReqeust alihealthYljgCodedetailReqeust = new AlihealthYljgCodedetailReqeust();
|
|
|
|
|
alihealthYljgCodedetailReqeust.setRef_ent_id(authCompany.getRefEntId());
|
|
|
|
|
alihealthYljgCodedetailReqeust.setCodes(code);
|
|
|
|
|
alihealthYljgCodedetailReqeust.setApp_key(authCompany.getAppId());
|
|
|
|
|
alihealthYljgLocaCodedetailReqeust.setAlihealthYljgCodedetailReqeust(alihealthYljgCodedetailReqeust);
|
|
|
|
|
BaseResponse<List<RelCodeBatch>> response = alihealthYljgUtils.codedetail(alihealthYljgLocaCodedetailReqeust);
|
|
|
|
|
if (response.getCode() == 20000) {
|
|
|
|
|
List<RelCodeBatch> relCodeBatchList = response.getData();
|
|
|
|
|
if (relCodeBatchList != null && relCodeBatchList.size() > 0) {
|
|
|
|
|
for (RelCodeBatch relCodeBatch : relCodeBatchList) {
|
|
|
|
|
RelCodeBatch relCodeBatchOne = relCodeBatchService.getOne(new QueryWrapper<RelCodeBatch>().eq("productCode", relCodeBatch.getProductCode())
|
|
|
|
|
.last("limit 1")
|
|
|
|
|
);
|
|
|
|
|
if (Objects.isNull(relCodeBatchOne)) {
|
|
|
|
|
relCodeBatch.setCreateUser(codeTempEntity.getSupId());
|
|
|
|
|
relCodeBatch.setCreateTime(new Date());
|
|
|
|
|
relCodeBatchService.save(relCodeBatch);
|
|
|
|
|
|
|
|
|
|
} else {
|
|
|
|
|
relCodeBatchService.update(relCodeBatch, new QueryWrapper<RelCodeBatch>().eq("productCode", relCodeBatch.getProductCode()));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
log.error("拉取阿里码明细访问失败===" + response.getMessage());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}catch (Exception e){
|
|
|
|
|
log.error("拉取阿里码明细访问失败===" + e.getMessage());
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
//先生成扫码单据
|
|
|
|
|
IoOrderEntity orderEntity = orderService.findByBillNo(orderId);
|
|
|
|
|
String inBatch = "";
|
|
|
|
@ -549,6 +607,8 @@ public class IoCodeTempService {
|
|
|
|
|
orderEntity.setBusType(bussinessTypeEntity.getBusType());
|
|
|
|
|
orderEntity.setProductType(2);
|
|
|
|
|
orderService.insertOrder(orderEntity);
|
|
|
|
|
}else {
|
|
|
|
|
orderEntity.setProductType(2);
|
|
|
|
|
}
|
|
|
|
|
if (addOrderRequest.getOrderType() == ConstantStatus.ORDER_TYPE_NORMAL && bussinessTypeEntity.isCheckEnable() && bussinessTypeEntity.getCheckWebNew() != 0) {
|
|
|
|
|
boolean isBillExit = orderDetailBizService.isExit(orderEntity.getBillNo());
|
|
|
|
@ -622,6 +682,30 @@ public class IoCodeTempService {
|
|
|
|
|
relCodeBatchService.threadUpdateIoCodeTempEntity(code);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
RelCodeBatch relCodeBatchOne = relCodeBatchService.getOne(new QueryWrapper<RelCodeBatch>().eq("curCode", code)
|
|
|
|
|
.last("limit 1")
|
|
|
|
|
);
|
|
|
|
|
if(relCodeBatchOne!=null){
|
|
|
|
|
genDetaiEntity.setBatchNo(relCodeBatchOne.getBatchNo());
|
|
|
|
|
genDetaiEntity.setProduceDate(relCodeBatchOne.getMadeDate());
|
|
|
|
|
genDetaiEntity.setExpireDate(relCodeBatchOne.getValidateDate());
|
|
|
|
|
|
|
|
|
|
IoOrderDetailBizEntity ioOrderDetailBizEntity = new IoOrderDetailBizEntity();
|
|
|
|
|
ioOrderDetailBizEntity.setBatchNo(relCodeBatchOne.getBatchNo());
|
|
|
|
|
if(relCodeBatchOne.getMadeDate().length() > 10){
|
|
|
|
|
ioOrderDetailBizEntity.setProductDate( relCodeBatchOne.getMadeDate().replace("-","").substring(2,8));
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if(relCodeBatchOne.getValidateDate().length() > 10){
|
|
|
|
|
ioOrderDetailBizEntity.setExpireDate(relCodeBatchOne.getValidateDate().replace("-","").substring(2,8));
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ioOrderDetailBizDao.update(ioOrderDetailBizEntity,
|
|
|
|
|
new QueryWrapper<IoOrderDetailBizEntity>().eq("orderIdFk",orderEntity.getBillNo())
|
|
|
|
|
);
|
|
|
|
|
// genDetaiEntity.setExpireDate(relCodeBatchOne.getValidateDate());
|
|
|
|
|
}
|
|
|
|
|
addCodeResult.setOrderId(orderId);
|
|
|
|
|
transInoutService.genOrderDetailCode(orderEntity, genDetaiEntity);
|
|
|
|
|
return ResultVOUtils.success(addCodeResult);
|
|
|
|
|