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