|
@@ -582,7 +582,7 @@ public class ReceOrderServiceImpl implements ReceOrderService {
|
|
|
// 校验总价是否大于1000元
|
|
|
if (payment > 100000){
|
|
|
log.info("【飞猪付款通知】直连订单,金额大于1000元,取消直连,店铺:{},飞猪订单号:{},xml:{}", username, paySuccess.getTaoBaoOrderId(), xml);
|
|
|
- orderEntity.setBuyStatus(OrderConstant.MtLocalOrdBuyStatus.Purchasing.getValue());
|
|
|
+ orderEntity.setBuyStatus(OrderConstant.MtLocalOrdBuyStatus.Purchfailure.getValue());
|
|
|
orderEntity.setNote("注意!直连订单,金额大于1000元,取消直连,请人工处理。");
|
|
|
orderService.updateById(orderEntity);
|
|
|
paySuccessResult.setResultCode("0");
|