Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
1431e4af62
|
|
@ -275,7 +275,6 @@ public class TmTaskController extends BaseController {
|
|||
*/
|
||||
@Log(title = "查询机具领料审核列表- 后台", businessType = BusinessType.QUERY)
|
||||
@GetMapping(value = "getLeaseAuditListAll")
|
||||
@RequiresRoles(value = {"admin", "kg", "fgs", "nbry"}, logical = Logical.OR)
|
||||
public AjaxResult getLeaseAuditListAll(TmTask task) {
|
||||
if (StringUtils.isNull(task)) {
|
||||
return AjaxResult.error("参数错误");
|
||||
|
|
|
|||
Loading…
Reference in New Issue