|
|
@@ -331,6 +331,7 @@ public class StaffService extends BaseService<Staff> {
|
|
|
Dictionary<String, Object> dic = new Hashtable<>();
|
|
|
dic.put("menuList", menuList);
|
|
|
dic.put("comMenuList", comMenuList.getData());
|
|
|
+ dic.put("dataKindList", commonMapper.getDataKind(param));
|
|
|
dic.put("settingValue", allSettingValue);
|
|
|
dic.put("staff", staff);
|
|
|
return ResponseResultUtil.success(dic);
|