|
@@ -228,7 +228,7 @@ public class CwProjectReportArchiveController {
|
|
|
page.setSize (-1);
|
|
|
page.setCurrent (0);
|
|
|
|
|
|
- String cwReimbursementSourceTypeDatas = SpringUtil.getBean ( IDictApi.class ).getDictListMapByDict ("cw_business_type");
|
|
|
+ String cwReimbursementSourceTypeDatas = SpringUtil.getBean ( IDictApi.class ).getDictListMapByDict ("cw_entrust_type");
|
|
|
Map<String,Object> cwReimbursementSourceTypeValueDTOs = JSON.parseObject(cwReimbursementSourceTypeDatas, new TypeReference<Map<String,Object>>() {});
|
|
|
|
|
|
List<CwProjectReportArchiveExportDTO> result = cwProjectReportArchiveService.findExportList(page, cwProjectReportArchiveDTO).getRecords();
|