diff --git a/source/application/common/logic/PassFlow.php b/source/application/common/logic/PassFlow.php index 150cc3d..2f13381 100644 --- a/source/application/common/logic/PassFlow.php +++ b/source/application/common/logic/PassFlow.php @@ -440,6 +440,8 @@ class PassFlow $sum_year_incount += $museum_year_incount; # 文化馆 + $res = $dm->find('bt_library',['group_id' => 'BAF055']); + $culture_today_count = isset($res['today_incount']) ? $res['today_incount'] : 0; # 累计进馆人数 $sumAllWhere = ' "granularity" = ' . "'yearly'" . ' and "date" = ' . "'year' " . ' and "groupId"='."'510'"; @@ -470,7 +472,7 @@ class PassFlow ], [ 'groupName' => '文化馆', - 'incount' => 0 + 'incount' => $culture_today_count ], ] ];