Commit 23e7205c authored by hujun's avatar hujun

修改监督执行和门店拜访列表,经纬度

parent 7eba4c3b
......@@ -114,7 +114,7 @@ class Supervise extends Basic
$fields = 'a.longitude,a.latitude,c.province,c.city,c.district,c.address as agent_address,a.address,a.remarks,scene_photo,b.name,a.created,leader_name,leader_phone,b.phone,agentshopname';
} else {
$where .= ' AND visit_type = 1';
$fields = 'longitude,latitude,address,a.remarks,scene_photo,b.name,a.created';
$fields = 'a.longitude,a.latitude,a.address,a.remarks,scene_photo,b.name,a.created';
}
if (empty($where)) {
......
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