wesmiler пре 2 недеља
родитељ
комит
4635262706
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Services/Api/MemberService.php

+ 1 - 1
app/Services/Api/MemberService.php

@@ -228,7 +228,7 @@ class MemberService extends BaseService
                 $pointId = $this->getPointParentId($rid);
                 if($pointId){
                     $pointParent = $this->model->where(['id'=> $pointId,'mark'=>1])->select(['id','points'])->first();
-                    $points = isset($pointParent['points']) ? $pointParent['points'].$pointId.',' : ($pointId ? ','.$pointId . ',' : '');
+                    $points = isset($pointParent['points']) ? $pointParent['points'].$pointId.',' : ($pointId ? $pointId . ',' : '');
                 }
             }