Pārlūkot izejas kodu

销售助理 权限

zhaoxian 1 gadu atpakaļ
vecāks
revīzija
f01ed23da4

+ 2 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/finance/payment/controller/FinancePaymentApplicationController.java

@@ -54,7 +54,8 @@ public class FinancePaymentApplicationController {
         String roleCode = sysRoleService.getRoleCodeByUserId(application.getUserId());
 
         if ("saleAssistant".equals(roleCode)) {
-            if ("4f6454dbad954a8094013bf4c6d74796".equals(application.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(application.getUserId())) {
+            if ("4f6454dbad954a8094013bf4c6d74796".equals(application.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(application.getUserId())
+                    || "515b962ad5544991b17e744df2b87bab".equals(application.getUserId())) {
                 /*销售助理 曹媛组 4f6454dbad954a8094013bf4c6d74796:侯加鑫、王维新、高洪哲             */
                 List<String> userIds = new ArrayList<>();
                 userIds.add("4f6454dbad954a8094013bf4c6d74796");

+ 4 - 2
jeecg-boot-module-system/src/main/java/cn/com/ctop/finance/payment/controller/FinancePaymentRechargeApplicationController.java

@@ -56,7 +56,8 @@ public class FinancePaymentRechargeApplicationController {
             //查询用户角色
             String roleCode = sysRoleService.getRoleCodeByUserId(recharge.getUserId());
             if ("saleAssistant".equals(roleCode)) {
-                if ("4f6454dbad954a8094013bf4c6d74796".equals(recharge.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(recharge.getUserId())) {
+                if ("4f6454dbad954a8094013bf4c6d74796".equals(recharge.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(recharge.getUserId())
+                        || "515b962ad5544991b17e744df2b87bab".equals(recharge.getUserId())) {
                     /*销售助理 曹媛组 4f6454dbad954a8094013bf4c6d74796:侯加鑫、王维新、高洪哲             */
                     List<String> userIds = new ArrayList<>();
                     userIds.add("4f6454dbad954a8094013bf4c6d74796");
@@ -244,7 +245,8 @@ public class FinancePaymentRechargeApplicationController {
             //查询用户角色
             String roleCode = sysRoleService.getRoleCodeByUserId(recharge.getUserId());
             if ("saleAssistant".equals(roleCode)) {
-                if ("4f6454dbad954a8094013bf4c6d74796".equals(recharge.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(recharge.getUserId())) {
+                if ("4f6454dbad954a8094013bf4c6d74796".equals(recharge.getUserId()) || "f33798b117a3486a9fae7ba0dab2e0be".equals(recharge.getUserId())
+                        || "515b962ad5544991b17e744df2b87bab".equals(recharge.getUserId())) {
                     /*销售助理 曹媛 4f6454dbad954a8094013bf4c6d74796:侯加鑫、王维新、高洪哲             */
                     List<String> userIds = new ArrayList<>();
                     userIds.add("4f6454dbad954a8094013bf4c6d74796");