demand: TMS-财务中心销账审核:列表数据展示增添字段
This commit is contained in:
parent
7b1c8d2672
commit
6dd335a11b
@ -1,5 +1,6 @@
|
||||
package com.xdadan.erp.web.emis;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import com.alibaba.excel.support.ExcelTypeEnum;
|
||||
@ -166,7 +167,9 @@ public class EmisTransPlanRuleController extends EmisBaseController {
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisTransPlanRule:tree')")
|
||||
@GetMapping("/tree")
|
||||
public TableDataInfo tree(EmisTransPlanRule emisTransPlanRule) {
|
||||
return getDataTable(emisTransPlanRuleService.selectEmisTransPlanRuleTree(emisTransPlanRule));
|
||||
return getDataTable(new ArrayList<>());
|
||||
|
||||
// return getDataTable(emisTransPlanRuleService.selectEmisTransPlanRuleTree(emisTransPlanRule));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user