Browse Source

Merge branch 'master' of https://git.i2edu.net/i2/i2-bill-erp

2637309949 4 years ago
parent
commit
c98cec95f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal/logic/get_erp_role_logic.go

+ 1 - 1
internal/logic/get_erp_role_logic.go

@@ -31,7 +31,7 @@ func (l *GetErpRoleLogic) GetErpRole(in *transform.GetErpRoleReq) (*transform.Ge
 		return nil, errors.New("mobile and user_id is empty")
 		return nil, errors.New("mobile and user_id is empty")
 	}
 	}
 	sql := `select  
 	sql := `select  
-			sys_user.id user_id,GROUP_CONCAT(sys_role.code)  role,sys_user_school.os_id sch_id
+			sys_user.id user_id,GROUP_CONCAT(sys_role.code)  role,sys_user_school.os_id sch_id,sys_user.mobile
           from 
           from 
 			sys_user  
 			sys_user  
 		  LEFT JOIN 
 		  LEFT JOIN