Helius
2021-05-20 f8034d74a80c0ccc989bd79dc864dbf7cb02d03c
src/main/java/com/xcong/excoin/modules/otc/dao/OtcOrderDao.java
@@ -15,5 +15,7 @@
    IPage<OrderListVo> selectOrdderListInPage(@Param("record") OtcOrder order, Page<OrderListVo> page);
    int updateOrderStatusByOrderNo(@Param("status") Integer status, @Param("orderNo") String orderNo);
    int updateOrderStatusByOrderNo(@Param("status") Integer status, @Param("payName") String payName, @Param("orderNo") String orderNo);
    OtcOrder selectOrderByOrderNoAndType(@Param("orderNo") String orderNo, @Param("orderType") String orderType);
}