|
@@ -292,9 +292,9 @@ public class UserDeliverOrderController extends BaseApiController {
|
|
|
// 清除缓存的订单
|
|
|
redisCache.deleteObject(RedisKey.build(RedisKey.USER_DELIVER_ORDER_KEY, userId));
|
|
|
|
|
|
- if (orderSettleVO.getPayAmt() > 0) {
|
|
|
+ /*if (orderSettleVO.getPayAmt() > 0) {
|
|
|
return AjaxResult.error("支付系统升级中,请稍后再试");
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
return AjaxResult.success(jsonObject);
|
|
|
}
|