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

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

sunxbiao 1 год назад
Родитель
С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
                 $this->batchUpdateUserPvLogDataByDataList(
190
                 $this->batchUpdateUserPvLogDataByDataList(
191
                     array_map(function (UserPvLogEntity $updateUserPvLogEntity) {
191
                     array_map(function (UserPvLogEntity $updateUserPvLogEntity) {
192
                         return $updateUserPvLogEntity->toUnderlineArray();
192
                         return $updateUserPvLogEntity->toUnderlineArray();