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

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

sunxbiao пре 10 месеци
родитељ
комит
6bdb9ec590
1 измењених фајлова са 1 додато и 1 уклоњено
  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 218
                 $this->batchUpdateUserSignGongxianDataByDataList(
219 219
                     array_map(function (UserSignGongxianEntity $updateUserSignGongxianEntity) {
220 220
                         return $updateUserSignGongxianEntity->toUnderlineArray();