Browse Source

no message

FengChaoYu 9 months ago
parent
commit
2644353778
1 changed files with 2 additions and 0 deletions
  1. 2 0
      mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

+ 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">