Преглед изворни кода

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

sunxbiao пре 10 месеци
родитељ
комит
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();