Commit 4095398c authored by zhuwei's avatar zhuwei

agent_id

parent 8d842de7
......@@ -145,10 +145,11 @@ class SquareService
public function getSquareInfo($params){
$field = 'Square.id,';//
$field .= 'Square.title,';//标题
$field .= 'Square.content,';//标题
$field .= 'Square.cover_img,';//cover_img
$field = 'Square.id,';
$field .= 'Square.title,';
$field .= 'Square.content,';
$field .= 'Square.agent_id,';
$field .= 'Square.cover_img,';
$field .= 'Square.site_id,';//城市
$field .= 'Site.name as site_name,';//城市
$field .= 'Square.district_lable_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 to comment