demand: TMS-财务中心销账审核:列表数据展示增添字段

This commit is contained in:
aike 2026-02-11 09:35:09 +08:00
parent a62bd3607f
commit 7b1c8d2672

View File

@ -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);
}
}
}