Browse Source

客户端-下单-解决贡献值未立即生效问题问题

sunxbiao 10 months ago
parent
commit
6bdb9ec590
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/repositories/user/UserSignGongxianRepository.php

+ 1 - 1
app/common/repositories/user/UserSignGongxianRepository.php

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