huanghongfa
2022-04-19 153e14770fc46d21738dcac41700f616df941d30
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);
}