$fields='id,shop_name,manage_type,address_detail,province,city,district,FORMAT(expected_rent/100,2) as expected_rent,appellation,tel,create_time,status';
$fields='a.id,a.shop_name,a.manage_type,a.address_detail,a.province,a.city,a.district,FORMAT(a.expected_rent/100,2) as expected_rent,
if(b.status=2,"3",a.status) as status,a.appellation,a.tel,a.create_time,a.status';