|
@@ -96,7 +96,7 @@
|
|
</if>
|
|
</if>
|
|
|
|
|
|
and a.company_wechat_id = #{companyWechatId}
|
|
and a.company_wechat_id = #{companyWechatId}
|
|
- <if test="websitIdsQuchu != null and websitIdsQuchu.size > 0 and lng != '0'.toString() and lat != '0'.toString()">
|
|
|
|
|
|
+ <if test="websitIdsQuchu != null and websitIdsQuchu != '' and lng != '0'.toString() and lat != '0'.toString()">
|
|
HAVING distance < #{rice}
|
|
HAVING distance < #{rice}
|
|
</if>
|
|
</if>
|
|
ORDER BY distance
|
|
ORDER BY distance
|