Przeglądaj źródła

增加重新支付订单

周箭河 5 lat temu
rodzic
commit
82a18f7abd

+ 2 - 0
src/main/java/com/ym/mec/collectfee/controller/YqPayController.java

@@ -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());