|
@@ -293,7 +293,7 @@ Loop:
|
|
|
haveResearch = true
|
|
|
}
|
|
|
|
|
|
- if hasPermission == 2 {
|
|
|
+ if hasPermission == 2 || hasPermission == 4 {
|
|
|
//获取销售手机号
|
|
|
sellerItemQy, err := models.GetSellerByCompanyIdCheckFicc(user.CompanyId, 2)
|
|
|
if err != nil && err.Error() != utils.ErrNoRow() {
|