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