2637309949 4 éve
szülő
commit
b0a63cacfb
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      internal/logic/get_data_permission_logic.go

+ 4 - 1
internal/logic/get_data_permission_logic.go

@@ -121,8 +121,11 @@ var roleMap = map[string]map[string]string{
 	"fin_pay_flowing":            map[string]string{"权限校区划分": "os"},
 	"fin_reconciliations_record": map[string]string{"权限校区划分": "os"},
 
-	// 兼职人员的数据
+	// 收单的数据
 	"acquirer_student": map[string]string{"本人及所管兼职划分": "self_acquirer", "本人及所管兼职和专员划分": "self_acquirer_market", "所管兼职和市场划分": "acquirer_market_mgn"},
+
+	// 兼职人员的数据
+	"part_time_user": map[string]string{"所管兼职": "self_part_time", "mk归属校区": "mk_sch"},
 }
 
 type GetDataPermissionLogic struct {