FengChaoYu 9 bulan lalu
induk
melakukan
2644353778

+ 2 - 0
mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

@@ -963,8 +963,10 @@
             <if test="websitId != null and websitId != ''">
                 AND a.websit_id = #{websitId}
             </if>
+            HAVING distance <![CDATA[ < ]]> 50
         </where>
         order by distance asc, websit_id
+
     </select>
 
     <select id="selectNewRefundManageItemByApplyNo" resultMap="newRefundManageItemResultMap">