|
@@ -95,8 +95,8 @@ public class BudgetReportServiceImpl implements IBudgetReportService {
|
|
|
private Map<String, Object> createMap(String flowInstanceId, BudgetReport entity, String userId) {
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("formEntity", entity);
|
|
|
- List<Select> sealTypeList = SelectConvert.INSTANCE.convertList(dictDataApi.getDictDataList(DictConstants.BUDGET_TYPE).getCheckedData());
|
|
|
- map.put("budgetTypeList", JSON.toJSONString(sealTypeList));
|
|
|
+// List<Select> sealTypeList = SelectConvert.INSTANCE.convertList(dictDataApi.getDictDataList(DictConstants.BUDGET_TYPE).getCheckedData());
|
|
|
+// map.put("budgetTypeList", JSON.toJSONString(sealTypeList));
|
|
|
return map;
|
|
|
}
|
|
|
|