Browse Source

报表金融未放款已出库修改为金融未放款已开票

master
dimengzhe 12 months ago
parent
commit
6fee7577f9
  1. 4
      anrui-reportcenter/anrui-reportcenter-biz/src/main/java/com/yxt/anrui/reportcenter/biz/reportset/ReportSetService.java

4
anrui-reportcenter/anrui-reportcenter-biz/src/main/java/com/yxt/anrui/reportcenter/biz/reportset/ReportSetService.java

@ -119,7 +119,7 @@ public class ReportSetService extends MybatisBaseService<ReportSetMapper, Report
list.add(reportSetVo);
reportSetVo = new ReportSetVo();
reportSetVo.setDictKey("loanDis");
reportSetVo.setDictValue("金融未放款(已出库)");
reportSetVo.setDictValue("金融未放款(已开票)");
reportSetVo.setSelected(reportSet.getLoanDis() == 1);
list.add(reportSetVo);
reportSetVo = new ReportSetVo();
@ -165,7 +165,7 @@ public class ReportSetService extends MybatisBaseService<ReportSetMapper, Report
list.add(reportSetVo);
reportSetVo = new ReportSetVo();
reportSetVo.setDictKey("loanDis");
reportSetVo.setDictValue("金融未放款(已出库)");
reportSetVo.setDictValue("金融未放款(已开票)");
reportSetVo.setSelected(false);
list.add(reportSetVo);
reportSetVo = new ReportSetVo();

Loading…
Cancel
Save