Browse Source

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

wufeng 1 year ago
parent
commit
90979715d1
1 changed files with 1 additions and 1 deletions
  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];
             }
         }