From a507282e3e2aa3c4422df9aca1b92b8d3b306c14 Mon Sep 17 00:00:00 2001 From: gt-fuwuqi <3272660260@qq.com> Date: 星期四, 20 二月 2025 13:47:34 +0800 Subject: [PATCH] #四向库入出库修改 --- src/main/java/com/zy/asrs/controller/WrkMastLogController.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/asrs/controller/WrkMastLogController.java b/src/main/java/com/zy/asrs/controller/WrkMastLogController.java index 7e0bec4..9a41f8e 100644 --- a/src/main/java/com/zy/asrs/controller/WrkMastLogController.java +++ b/src/main/java/com/zy/asrs/controller/WrkMastLogController.java @@ -12,6 +12,7 @@ import com.core.common.R; import com.zy.asrs.entity.WrkMastLog; import com.zy.asrs.service.WrkMastLogService; +import com.zy.common.utils.RoleUtils; import com.zy.common.web.BaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @@ -53,6 +54,8 @@ }else { wrapper.orderBy("modi_time", false); } + // 涓嶅悓缁ф壙瑙掕壊鏄剧ず涓嶅悓搴撲俊鎭� + RoleUtils.addRoleWrapperByCrn(getUserId(),wrapper); return R.ok(wrkMastLogService.selectPage(new Page<>(curr, limit), wrapper)); } -- Gitblit v1.9.1