Compare commits

...

2 Commits

Author SHA1 Message Date
tangw
8c3e118566 Merge remote-tracking branch 'origin/master' 2025-10-27 18:22:55 +08:00
tangw
2155910b6d 主程序 2025-10-27 18:22:31 +08:00

View File

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