浏览代码

Merge branch 'master-new' into master-new-dev-wf

wufeng 1 年之前
父节点
当前提交
90979715d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/GoodOfflineLog.php

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

@@ -32,7 +32,7 @@ class GoodOfflineLog extends Base
             $hand = resign_hand_user($this->uid, 0);
             if (!empty($role[DataGroupModel::$type_全部])) {
                 $arr = array_unique(array_merge($hand, $role[DataGroupModel::$type_全部]));
-                $where[] = ['createrid', 'in', $arr];
+                $where[] = ['a.createrid', 'in', $arr];
             }
         }