|
|
@@ -214,7 +214,7 @@ class UserSignGongxianRepository extends BaseRepository
|
|
214
|
214
|
);
|
|
215
|
215
|
}
|
|
216
|
216
|
|
|
217
|
|
- if (!empty($updateUserBillEntityList)) {
|
|
|
217
|
+ if (!empty($updateUserScoreEntityList)) {
|
|
218
|
218
|
$this->batchUpdateUserSignGongxianDataByDataList(
|
|
219
|
219
|
array_map(function (UserSignGongxianEntity $updateUserSignGongxianEntity) {
|
|
220
|
220
|
return $updateUserSignGongxianEntity->toUnderlineArray();
|