fengjin
2022-12-05 d56a4ae3aded7fecbecf98d33557f28dedc3abc6
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComShopFlowerRefundOrderDAO.java
@@ -35,4 +35,6 @@
    List<ComShopOrderCountVO> selectCountGroupStatus(@Param("storeId") Long storeId);
    int updateCancel(@Param("id") Long id, @Param("status") Integer status);
    int selectCountRefundNowByOrderId(@Param("orderId") Long orderId);
}