Pārlūkot izejas kodu

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

sunxbiao 10 mēneši atpakaļ
vecāks
revīzija
b0f42bf990

+ 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();