|
@@ -154,7 +154,7 @@ public class CommonCostServiceImpl implements CommonCostService {
|
|
|
}
|
|
|
|
|
|
private List<zTree> getCostTypezTrees() {
|
|
|
- List<DictDataRespDTO> dictDataRespDTOS = dictDataApi.getDictDataList(DictConstants.COMMON_COST_TYPE).getCheckedData();
|
|
|
+ List<DictDataRespDTO> dictDataRespDTOS = dictDataApi.getDictDataList(DictConstants.COMMON_COST_TYPE_NOSUB).getCheckedData();
|
|
|
List<zTree> zTrees = new ArrayList<>();
|
|
|
for (DictDataRespDTO dictDataRespDTO : dictDataRespDTOS) {
|
|
|
zTree node = new zTree();
|