Compare commits
2 Commits
f053d9f9cc
...
8c3e118566
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c3e118566 | ||
|
|
2155910b6d |
@ -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