Compare commits
2 Commits
86abef8f22
...
fea7e18a2e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fea7e18a2e | ||
|
|
63dcc400c6 |
@ -182,9 +182,9 @@ public class ComLocalconfigServiceImpl implements ComLocalconfigService {
|
|||||||
String yq=zdlb.trim().substring(5);
|
String yq=zdlb.trim().substring(5);
|
||||||
return getitem(yq);
|
return getitem(yq);
|
||||||
}else if ("barcode".equals(zdlb)) {
|
}else if ("barcode".equals(zdlb)) {
|
||||||
return getreportdict("2");
|
return getreportdict("1");
|
||||||
} else if ("reback".equals(zdlb)) {
|
} else if ("reback".equals(zdlb)) {
|
||||||
return getreportdict("3");
|
return getreportdict("2");
|
||||||
}
|
}
|
||||||
return commonUtil.getComDictList(zdlb);
|
return commonUtil.getComDictList(zdlb);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user