废弃方法

This commit is contained in:
2023-11-28 14:28:52 +08:00
parent cdc037690b
commit 6b04517edd

View File

@@ -169,10 +169,10 @@ public class OrderService {
*
* @param dto
*/
@Deprecated
public Map<String, Object> payOrder(PayOrderDTO dto) throws Exception {
return orderBasicInfoService.payOrder(dto);
}
// @Deprecated
// public Map<String, Object> payOrder(PayOrderDTO dto) throws Exception {
// return orderBasicInfoService.payOrder(dto);
// }
/**
* 订单支付