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)
|
@Log(title = "查询机具领料审核列表- 后台", businessType = BusinessType.QUERY)
|
||||||
@GetMapping(value = "getLeaseAuditListAll")
|
@GetMapping(value = "getLeaseAuditListAll")
|
||||||
@RequiresRoles(value = {"admin", "kg", "fgs", "nbry"}, logical = Logical.OR)
|
|
||||||
public AjaxResult getLeaseAuditListAll(TmTask task) {
|
public AjaxResult getLeaseAuditListAll(TmTask task) {
|
||||||
if (StringUtils.isNull(task)) {
|
if (StringUtils.isNull(task)) {
|
||||||
return AjaxResult.error("参数错误");
|
return AjaxResult.error("参数错误");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue