|
|
@@ -199,9 +199,9 @@ public class XCFYDatav_outpatient_settle_billJob implements Job {
|
|
|
}
|
|
|
//甲类01
|
|
|
dataMap.put("P_CATEGORY", "01");
|
|
|
- Object categoriesItems = dataMap.get("CATEGORIES_ITEMS");
|
|
|
+ Object categoriesItems = dataMap.get("EXPENSE_CATEGORY");
|
|
|
if (null != categoriesItems && StringUtils.isNotBlank(categoriesItems.toString())) {
|
|
|
- dataMap.put("CATEGORIES_ITEMS", cateGoriesMap.getOrDefault(categoriesItems.toString(), categoriesItems.toString()));
|
|
|
+ dataMap.put("EXPENSE_CATEGORY", cateGoriesMap.getOrDefault(categoriesItems.toString(), categoriesItems.toString()));
|
|
|
}
|
|
|
return true;
|
|
|
}
|