Kaynağa Gözat

任务 #7298 【相关服务】支持”子机构交易“:登录终端、交易、分润(类型同交易商:5)

muchinfo 1 hafta önce
ebeveyn
işleme
6a3c0bb3fa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      models/market.go

+ 1 - 1
models/market.go

@@ -383,7 +383,7 @@ func GetMarketsByLoginID(loginID int) ([]Market, error) {
 	if err != nil || !has {
 		return nil, err
 	}
-	if userAccount.Usertype == 5 {
+	if userAccount.Usertype == 5 || userAccount.Usertype == 3 {
 		// 如果账户类型为5(投资者),则需要通过其所属经济会员来获取市场权限(表:AreaRoleMarket, 条件:对应市场状态为正常;角色类型:经济会员)
 		// !注意:这里不知道为何不能使用别名,否则会报500错误
 		if err := engine.Table("AREAROLEMARKET").