|
@@ -703,9 +703,10 @@ class Member extends BaseController
|
|
|
$data=null;
|
|
$data=null;
|
|
|
if($totalCount>0){
|
|
if($totalCount>0){
|
|
|
$data = (new UserShowTemplate)
|
|
$data = (new UserShowTemplate)
|
|
|
- ->field("ut.id,ut.start_time,t.id as show_template_id,t.title,t.price,t.old_price,t.status,t.imgs,t.is_hot,t.is_recommend,t.code,look_count,t.real_sales,t.unreal_sales,ut.is_default")
|
|
|
|
|
|
|
+ ->field("ut.id,ut.start_time,t.id as show_template_id,t.title,t.price,t.old_price,t.status,t.imgs,t.is_hot,t.is_recommend,t.code,look_count,t.real_sales,t.unreal_sales,ut.is_default,u1.mobile,u1.nickname")
|
|
|
->alias("ut")
|
|
->alias("ut")
|
|
|
->join("show_template t", "t.id = ut.show_template_id","left")
|
|
->join("show_template t", "t.id = ut.show_template_id","left")
|
|
|
|
|
+ ->leftJoin("user u1","u1.uid = o.uid")
|
|
|
->where($where)
|
|
->where($where)
|
|
|
->order("ut.id", "desc")
|
|
->order("ut.id", "desc")
|
|
|
->page($post["page"], $post["pageSize"])
|
|
->page($post["page"], $post["pageSize"])
|