Commit 4c89dcf6 by 周晓航

模拟退款失败的情况

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 27c70eb1
......@@ -292,7 +292,7 @@ public class OrderServiceImpl implements Orderservice {
@Autowired
private StockHandle stockHandle;
@Value("${sellcoupon.test.order.refund.fail:0}")
@Value("${sellcoupon.test.order.refund.fail:}")
private Integer testOrderRefundFail;
// @Override
// public BaseResponse checkBeforeCreateOrder(CheckBeforeCreateOrderRequestVo requestVo) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment