Commit 0b10bd69 authored by hongguangwu's avatar hongguangwu

EKP1.7.1-hgw-权限

parent 4d844f7e
......@@ -450,6 +450,9 @@ public class SysUserPermissionServiceImpl extends ServiceImpl<SysUserPermissionM
case "合同":
deleteType = CommonConstants.dingleDigitStrArray[4];
list = baseMapper.getUserPermissionByAutoCreateHT(fdId); break;
case "合同变更":
deleteType = CommonConstants.dingleDigitStrArray[4];
list = baseMapper.getUserPermissionByAutoCreateHTBG(fdId); break;
case "项目":
deleteType = CommonConstants.dingleDigitStrArray[5];
list = baseMapper.getUserPermissionByAutoCreateXM(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