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