主程序

This commit is contained in:
tangw 2025-10-27 18:22:31 +08:00
parent 79928cc4a7
commit 2155910b6d

View File

@ -109,9 +109,13 @@ public class LisWorkServiceImpl implements LisWorkService {
List<LabInputcol> labInputcolList = commonUtil.getLabInputcol(yq);
for(LabInputcol labInputcol:labInputcolList){
String zdmc=labInputcol.getZdmc();
// if("!".equals(labInputcol.getMrts()))labInputcol.setKj("0");
labInputcol.setZdlb("1");
labInputcol.setDict("");
switch(zdmc){
case "shcs":
labInputcol.setKj("0");
break;
case "brly":
labInputcol.setDict("PT");
break;