Merge remote-tracking branch 'origin/master'

master
bynt 11 months ago
commit 2c07188b2d

@ -57,6 +57,7 @@
FROM tb_store
where create_by = #{userId}
and deleted = 0
and store_status = 0
HAVING distance <= #{distance}
ORDER BY distance ASC
</select>

Loading…
Cancel
Save