xin
2025-09-17 6d31d535d737ed26c4d9d61cd4e0b5483cb9b0ba
oying-system/src/main/java/com/oying/modules/pc/store/service/StoreService.java
@@ -50,7 +50,7 @@
    boolean updateContactPhone(Long storeId, String contactPhone, Long version);
    boolean updateAddress(Long storeId, String address, Long version);
    boolean updateAddress(Long storeId, String address, Double longitude, Double latitude, Long version);
    boolean updateLocation(Long storeId, Double longitude, Double latitude, Long version);