Commit f4d76520 by 徐高华

qwInfo缓存

parent 603a7bd8
package com.gic.haoban.manage.service.service.out.impl.role;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.gic.api.base.commons.ServiceResponse;
import com.gic.clerk.api.service.RightService;
import com.gic.commons.util.EntityUtil;
......@@ -143,6 +144,7 @@ public class HaobanRoleApiServiceImpl implements HaobanRoleApiService {
@Override
@Transactional(rollbackFor = Exception.class)
public ServiceResponse edit(HaobanRoleQDTO haobanRoleQDTO, WebLoginDTO login) {
logger.info("编辑权限={},{}",login.getWxEnterpriseId(), JSONObject.toJSONString(haobanRoleQDTO));
HaobanRoleMenuQDTO clerkMenus = haobanRoleQDTO.getClerkMenus();
HaobanRoleMenuQDTO manegeClerkMenus = haobanRoleQDTO.getManegeClerkMenus();
HaobanRoleMenuQDTO managerMenus = haobanRoleQDTO.getManagerMenus();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment