Compare commits

..

2 Commits

Author SHA1 Message Date
tangw
fea7e18a2e Merge remote-tracking branch 'origin/master' 2026-01-08 17:40:12 +08:00
tangw
63dcc400c6 报告模板菜单 2026-01-08 17:40:01 +08:00

View File

@ -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);
} }