demand: TMS-财务中心销账审核:列表数据展示增添字段
This commit is contained in:
parent
a62bd3607f
commit
7b1c8d2672
@ -24,7 +24,7 @@ import org.springframework.dao.DuplicateKeyException;
|
||||
|
||||
/**
|
||||
* 供应商线路规划Controller
|
||||
*
|
||||
*
|
||||
* @author heyu
|
||||
* @date 2024-04-21
|
||||
*/
|
||||
@ -163,7 +163,7 @@ public class EmisTransPlanRuleController extends EmisBaseController {
|
||||
/**
|
||||
* 查询供应商线路规划树结构
|
||||
*/
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisTransPlanRule:tree')")
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisTransPlanRule:tree')")
|
||||
@GetMapping("/tree")
|
||||
public TableDataInfo tree(EmisTransPlanRule emisTransPlanRule) {
|
||||
return getDataTable(emisTransPlanRuleService.selectEmisTransPlanRuleTree(emisTransPlanRule));
|
||||
@ -182,4 +182,4 @@ public class EmisTransPlanRuleController extends EmisBaseController {
|
||||
}
|
||||
return getDataTable(cycles);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user