|
|
@@ -757,7 +757,7 @@ public class CwProjectReportController {
|
|
|
result = projectReportService.findList(page, cwProjectReportData).getRecords();
|
|
|
}
|
|
|
if (result.size() > 0) {
|
|
|
- String cwStatusDatas = SpringUtil.getBean(IDictApi.class).getDictListMapByDict("cw_status");
|
|
|
+ String cwStatusDatas = SpringUtil.getBean(IDictApi.class).getDictListMapByDict("cw_archive_status");
|
|
|
Map<String, Object> cwStatusDictValueDTOs = JSON.parseObject(cwStatusDatas, new TypeReference<Map<String, Object>>() {
|
|
|
});
|
|
|
|