mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、生产单导入日志标签修改;
2、系统加载菜单增加组织管理员和普通人的判断; 3、角色菜单授权增加organid和角色的organid统一的处理,解决前端没有传organid导致rolemenu本机构人看不到的情况;
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user