订单部分、注意事项等页面

This commit is contained in:
lixiang 2024-10-25 18:15:37 +08:00
parent 7b1123f1ae
commit 25a66b8690

View File

@ -22,7 +22,7 @@ public interface BsOrderMapper
/**
* 查询订单
*
* @param id 订单主键
* @param num 订单主键
* @return 订单
*/
public BsOrder selectBsOrderByOrderNo(String num);