Commit 2a6628b7 by huangshunlin

结算处理方式码表 大写

parent 12346f8f
...@@ -855,7 +855,7 @@ public class SetgllServiceImpl implements SetgllService { ...@@ -855,7 +855,7 @@ public class SetgllServiceImpl implements SetgllService {
List<CodetableItem> dspSet = new ArrayList<>(); List<CodetableItem> dspSet = new ArrayList<>();
String[] dsps = dsplst.split("\n"); String[] dsps = dsplst.split("\n");
for (String dspStr : dsps) { for (String dspStr : dsps) {
String dspLabel = codetableService.getTblLabel(dspStr,"dsptrm"); String dspLabel = codetableService.getTblLabel(dspStr,"DSPTRM");
if (StringUtils.isEmpty(dspLabel)) { if (StringUtils.isEmpty(dspLabel)) {
dspLabel = dspStr; dspLabel = dspStr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment