Commit fba54b88 by 朱继来

调整团购展示

parent 0699dfd8
Showing with 1 additions and 1 deletions
......@@ -73,7 +73,7 @@ class UserGroupModel extends Model
foreach ($data as &$v) {
// 若已参团,且非系统分配,则查询参团表
if ($v['status'] == 1 && $v['is_assign'] == -1) {
if ($v['status'] == 1) {
$join = $UserGroupJoinModel->where('group_id', $v['id'])->first();
$v['join_user_id'] = $join['user_id'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment