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 . ',' : '');
                 }
             }