Merge remote-tracking branch 'lis8.0/master'
This commit is contained in:
commit
b2e3055ae4
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user