Explorar o código

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

sunxbiao hai 10 meses
pai
achega
6bdb9ec590

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