Helius
2021-05-12 5c7b81efc49c18da8cf5636ac8298e02f8da4315
src/main/java/com/xcong/excoin/modules/yunding/dao/YdOrderDao.java
@@ -17,4 +17,7 @@
    List<YdOrderEntity> selectNeedReturnOrders();
    List<YdOrderEntity> selectAllValidOrders();
    void UpdateByIdAndState(@Param("id")Long id, @Param("state")int state);
    YdOrderVo selectOrderByMemberIdAndId(@Param("memberId")Long memberId, @Param("id")Long id);
}