Commit 2fc8b85153b5f4f8cd3fdb24d32cc59fa36b64a0
1 parent
d158960e
orderdao 更改
Showing
1 changed file
with
1 additions
and
3 deletions
src/main/java/com/diligrp/xtrade/order/dao/OrderDao.java
@@ -18,9 +18,7 @@ public interface OrderDao { | @@ -18,9 +18,7 @@ public interface OrderDao { | ||
18 | int insertEntity(OrderDo order); | 18 | int insertEntity(OrderDo order); |
19 | 19 | ||
20 | /** | 20 | /** |
21 | - * | ||
22 | - * @param orderId | ||
23 | - * @return | 21 | + * 根据订单id查询订单 |
24 | */ | 22 | */ |
25 | OrderDo selectEntityByOrderId(@Param("orderId") Long orderId); | 23 | OrderDo selectEntityByOrderId(@Param("orderId") Long orderId); |
26 | 24 |