Compare commits

..

No commits in common. "8c3e1185660cb18c89cceda6854d400a677635b0" and "f053d9f9cc6292e94fde1787f7f69708ca6a1c02" have entirely different histories.

View File

@ -109,13 +109,9 @@ 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;