|
@@ -189,6 +189,8 @@ public class YqPayController extends BaseController {
|
|
* @return
|
|
* @return
|
|
* @throws Exception
|
|
* @throws Exception
|
|
*/
|
|
*/
|
|
|
|
+ @PostMapping("/rePay")
|
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
public Object rePay(@ModelAttribute @Validated Order order) throws Exception {
|
|
public Object rePay(@ModelAttribute @Validated Order order) throws Exception {
|
|
BigDecimal amount = new BigDecimal("0");
|
|
BigDecimal amount = new BigDecimal("0");
|
|
School school = schoolService.get(order.getClassId());
|
|
School school = schoolService.get(order.getClassId());
|