Commit 8e4df318 authored by shiyu's avatar shiyu

拍卖订单生成3

parent 1923a975
......@@ -351,7 +351,7 @@ public class DistributionOrderServiceImpl implements DistributionOrderService {
aliSmsSender.sendSms(auctionRecord.getUserId(), msg);
}
//给中拍用户对应分销商发消息
if (distributionOrder.getSellerId() != null && distributionOrder.getSellerId() != CommConsts.SYSTEM_ACCOUNT) {
if (distributionOrder.getSellerId() != null && distributionOrder.getSellerId().longValue() != CommConsts.SYSTEM_ACCOUNT) {
String lastOpenId = sendMsgService.getOpenIdByUserId(distributionOrder.getSellerId());
if (com.xxdxxs.utils.StringUtils.hasLength(lastOpenId)) {
AuctionOfferNoticeMsg auctionOfferNoticeMsg = new AuctionOfferNoticeMsg();
......
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