|
|
|
@@ -148,7 +148,7 @@ public class WxBusinessCircleOrderServiceImpl implements WxBusinessCircleOrderSe |
|
|
|
if(byTransactionId != null){ |
|
|
|
logger.error("--Wx商圈付款--订单消息已存在---byTransactionId="+byTransactionId.getTransactionId()); |
|
|
|
//同步积分状态 |
|
|
|
this.sendsyncNotifyPointsMsg(record,record.getId()); |
|
|
|
this.sendsyncNotifyPointsMsg(record,byTransactionId.getId()); |
|
|
|
redisLock.unlock(lockKey, timeStr); |
|
|
|
return new ResultData(); |
|
|
|
// throw new MallinkException(ErrorCode.SYS_PARAMETER_ERROR.getCode(), "订单数据已存在"); |
|
|
|
|