yanghui
2022-11-17 b30e1a48f2bc5f65a0efd2e69e090fed2d7a627c
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComBatteryStoreMapper.java
@@ -68,5 +68,11 @@
     * @return  电动车商户用户账号数量
     */
    Integer getStoreUserCountByPhone(@Param("regPhone") String regPhone);
    /**
     * 删除商家并同步删除后台用户数据
     * @param storeId   商家id
     */
    void deleteStoreUserByStoreId(@Param("storeId") Long storeId);
}