|
|
@ -319,11 +319,11 @@ public class UdiProductService extends ServiceImpl<UdiProductDao, UdiProductEnti
|
|
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
CodeRel codeRel = new CodeRel();
|
|
|
|
CodeRel codeRel = new CodeRel();
|
|
|
|
codeRel.setDrugcode(udiProductEntity.getNameCode());
|
|
|
|
codeRel.setDrugCode(udiProductEntity.getNameCode());
|
|
|
|
codeRel.setYbbm(udiProductEntity.getYbbm());
|
|
|
|
codeRel.setYbbm(udiProductEntity.getYbbm());
|
|
|
|
codeRel.setSptm(udiProductEntity.getSptm());
|
|
|
|
codeRel.setSptm(udiProductEntity.getSptm());
|
|
|
|
codeRel.setTyshxyh(udiProductEntity.getTyshxydm());
|
|
|
|
codeRel.setTyshxyh(udiProductEntity.getTyshxydm());
|
|
|
|
codeRel.setUpdatetime(new Date());
|
|
|
|
codeRel.setUpdateTime(new Date());
|
|
|
|
spsDirectClient.updateCodeRelDetail(codeRel);
|
|
|
|
spsDirectClient.updateCodeRelDetail(codeRel);
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
System.out.println("上传多码融合:" + e);
|
|
|
|
System.out.println("上传多码融合:" + e);
|
|
|
|