|
|
|
@ -643,6 +643,10 @@ public class UdiProductServiceImpl implements UdiProductService {
|
|
|
|
|
|
|
|
|
|
);
|
|
|
|
|
if (thirdAliDrugList != null && thirdAliDrugList.size() > 0) {
|
|
|
|
|
udiProductDao.delete(new QueryWrapper<UdiProductEntity>()
|
|
|
|
|
.eq("uuid",thirdAliDrugRequest.getUuid())
|
|
|
|
|
.isNull("nameCode")
|
|
|
|
|
);
|
|
|
|
|
ThrProductsEntity thrProductsEntity = thrProductsService.selectByCode(thirdAliDrugRequest.getYbbm());
|
|
|
|
|
for (ThirdAliDrug thirdAliDrug : thirdAliDrugList) {
|
|
|
|
|
ThrInsDrugFeeRequest thrInsDrugFeeRequest = new ThrInsDrugFeeRequest();
|
|
|
|
|