添加员工折扣
This commit is contained in:
parent
653254f9f3
commit
fd45264b0d
|
|
@ -216,7 +216,7 @@ public class PayController {
|
|||
@RequestParam("orderId") String orderId,
|
||||
@RequestParam("payAmount") BigDecimal payAmount,
|
||||
@RequestParam("discountAmount") BigDecimal discountAmount){
|
||||
return payService.bankPay(orderId,token);
|
||||
return payService.bankPay(orderId,token,payAmount,discountAmount);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue