|
@@ -27,14 +27,14 @@ class GoodOfflineLog extends Base
|
|
|
|
|
|
|
|
|
|
|
|
- if ($this->level == 2) {
|
|
|
- $role = $this->checkDataShare();
|
|
|
- $hand = resign_hand_user($this->uid, 0);
|
|
|
- if (!empty($role[DataGroupModel::$type_全部])) {
|
|
|
- $arr = array_unique(array_merge($hand, $role[DataGroupModel::$type_全部]));
|
|
|
- $where[] = ['a.createrid', 'in', $arr];
|
|
|
- }
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
$count = Db::name('good_offline_log')
|
|
|
->alias("a")
|