Explorar o código

Merge branch 'master-new-wgg' of wugg/phpstock into master-new

wugg hai 1 ano
pai
achega
c97bd377d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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];
             }
         }