Commit 7084ff50 authored by hongguangwu's avatar hongguangwu

EKP1.7.1-hgw-权限

parent eca6d68d
......@@ -438,6 +438,14 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
String[] deleteType = {"0","1","2","3","4","5"};
log.error("EKP传过来的类型是啥0?" + type);
switch (type) {
case "客户管理信息接口":
log.error("EKP传过来的类型是啥【客户管理信息接口】?" + type);
baseMapper.deleteUserPermissionByIdAndType(fdId, deleteType[1]);
list = baseMapper.getUserPermissionByAutoCreateKH(fdId); break;
case "客户查询":
log.error("EKP传过来的类型是啥【客户查询】?" + type);
baseMapper.deleteUserPermissionByIdAndType(fdId, deleteType[1]);
list = baseMapper.getUserPermissionByAutoCreateKHCX(fdId); break;
case "客户":
baseMapper.deleteUserPermissionByIdAndType(fdId, deleteType[1]);
list = baseMapper.getUserPermissionByAutoCreateKH(fdId); break;
......
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