Browse Source

Merge branch 'dev_wf' of wugg/phpstock into version1.5

wufeng 2 years ago
parent
commit
f2f9a20aec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Goodup.php

+ 1 - 1
app/admin/controller/Goodup.php

@@ -2730,7 +2730,7 @@ class Goodup extends Base
 
             //根据权限查询应该接收商品下线通知的人员
             $all_uid_name = Db::name('role_action')
-                ->whereFindInSet('action_conllect','872')
+                ->whereFindInSet('action_conllect','877')//数据写死的,要注意各个环境数据是否一致
                 ->field('role_id')
                 ->buildSql();