自动化立体仓库 - WMS系统
zjj
2025-02-12 1e5a083e2c1acd8ab24bbc3b0ba579b040abf6b9
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));
    }