Compare commits
No commits in common. "8c3e1185660cb18c89cceda6854d400a677635b0" and "f053d9f9cc6292e94fde1787f7f69708ca6a1c02" have entirely different histories.
8c3e118566
...
f053d9f9cc
@ -109,13 +109,9 @@ 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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user