("不可重复提交付款单"); throw new RuntimeException("不可重复提交付款单"); }else{ this.save(paymentOrder); //模拟耗时操作... try { Thread.sleep(5000); } catch (InterruptedException e) { e.printStackTrace(); } }