mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、禅道#582、#583、#584、#587问题修复;2、无用字段移除:needSetPwd、password;
This commit is contained in:
-2
@@ -505,7 +505,6 @@ public class OrderController {
|
||||
// 生产单超期(工作台)
|
||||
@GetMapping("/getOrderOverdue")
|
||||
@Operation(summary = "生产单超期 (工作台)")
|
||||
@PreAuthorize("@ss.hasPermission('productManager:List')")
|
||||
public CommonResult<PageResult<OrderOverdueRespVO>> getOrderOverdue(@Valid PageParam pageParam) {
|
||||
return success(orderService.getOrderOverdue(pageParam));
|
||||
}
|
||||
@@ -513,7 +512,6 @@ public class OrderController {
|
||||
// 生产单到期告警 (工作台)
|
||||
@GetMapping("/getOrderWarn")
|
||||
@Operation(summary = "生产单到期告警 (工作台)")
|
||||
@PreAuthorize("@ss.hasPermission('productManager:List')")
|
||||
public CommonResult<PageResult<OrderOverdueRespVO>> getOrderNear(@Valid PageParam pageParam) {
|
||||
return success(orderService.getOrderNear(pageParam));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user