1、生产单导入日志标签修改;

2、系统加载菜单增加组织管理员和普通人的判断;
3、角色菜单授权增加organid和角色的organid统一的处理,解决前端没有传organid导致rolemenu本机构人看不到的情况;
This commit is contained in:
gaoqr
2024-06-24 18:15:02 +08:00
parent e568392eee
commit 03de668d9a
3 changed files with 21 additions and 9 deletions
@@ -237,7 +237,7 @@ public class OrderController {
@Parameter(name = "type", description = "文件类型", required = true)
})
@PreAuthorize("@ss.hasPermission('production:manager-list:create')")
@OperateLog(type = EXPORT)
@OperateLog(type = IMPORT)
public void exportTest(@RequestPart("file") MultipartFile file,
@RequestParam(value = "type", required = false, defaultValue = "true") Integer type,
HttpServletResponse response) throws IOException {