Commit 15dbfb4f authored by hezhen's avatar hezhen

Merge branch 'master_tiande_company' into dev-tiande

parents 1ec6cc89 27e6f197
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
and (c.addr_city = #{addrCity} or c.addr_province = #{addrCity} or c.addr_town = #{addrCity}) and (c.addr_city = #{addrCity} or c.addr_province = #{addrCity} or c.addr_town = #{addrCity})
</if> </if>
<if test="addrProvince != null"> <if test="addrProvince != null">
and c.addr_province = #{addrCity} and c.addr_province = #{addrProvince}
</if> </if>
<if test="lon != null and lat != null"> <if test="lon != null and lat != null">
and c.longitude is not null and c.latitude is not null and c.longitude is not null and c.latitude is not null
......
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