Merge remote-tracking branch 'origin/master'

master
杨海航 2 months ago
commit d7bbe75117
  1. 2
      src/main/java/digital/laboratory/platform/entrustment/service/impl/EntrustAlterApplyServiceImpl.java

@ -451,8 +451,10 @@ public class EntrustAlterApplyServiceImpl extends ServiceImpl<EntrustAlterApplyM
entrustmentIdentificationMaterial.setDrawPlace(item.getDrawPlace());
if (isTypeName) {
if (oldMaterial.getTypeName().equals("常规毒品")) {
entrustmentIdentificationMaterial.setType("1");
entrustmentIdentificationMaterial.setTypeName("生物样本");
} else if (oldMaterial.getTypeName().equals("生物样本")) {
entrustmentIdentificationMaterial.setType("0");
entrustmentIdentificationMaterial.setTypeName("常规毒品");
}
}

Loading…
Cancel
Save