增加仓库和角色类型的数据权限控制

This commit is contained in:
季圣华
2021-05-19 23:29:01 +08:00
parent 74e8614df8
commit f1fa71d3cc
7 changed files with 82 additions and 44 deletions

View File

@@ -96,8 +96,8 @@ public class SystemConfigController {
BaseResponseInfo res = new BaseResponseInfo();
try{
List<SystemConfig> list = systemConfigService.getSystemConfig();
res.code = 200;
if(list.size()>0) {
res.code = 200;
res.data = list.get(0);
}
} catch(Exception e){