Просмотр исходного кода

客户端-解决PV值为结算问题

sunxbiao месяцев назад: 10
Родитель
Сommit
b0f42bf990
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/common/repositories/user/UserPvLogRepository.php

+ 1 - 1
app/common/repositories/user/UserPvLogRepository.php

@@ -186,7 +186,7 @@ class UserPvLogRepository extends BaseRepository
186 186
                 );
187 187
             }
188 188
 
189
-            if (!empty($updateUserBillEntityList)) {
189
+            if (!empty($updateUserPvLogEntityList)) {
190 190
                 $this->batchUpdateUserPvLogDataByDataList(
191 191
                     array_map(function (UserPvLogEntity $updateUserPvLogEntity) {
192 192
                         return $updateUserPvLogEntity->toUnderlineArray();