|
@@ -45,6 +45,9 @@ func (this *CompanyPermissionController) List() {
|
|
|
noUpgrade, _ := this.GetBool("NoUpgrade", false) // 添加客户、领取客户=true; 申请转正、续约申请=false
|
|
|
isShowYanXuanKouDian, _ := this.GetBool("IsShowYanXuanKouDian", false) // 是否展示研选扣点
|
|
|
companyStatus := this.GetString("CompanyStatus") // 客户状态
|
|
|
+ if companyStatus == utils.COMPANY_STATUS_X_CLASS_TRY_OUT {
|
|
|
+ companyStatus = utils.COMPANY_STATUS_FOREVER
|
|
|
+ }
|
|
|
var productId int
|
|
|
resp := new(company.PermissionSetResp)
|
|
|
|