Commit b5395452 authored by shiyu's avatar shiyu

预估价模板消息2

parent e8d46610
......@@ -486,6 +486,7 @@ public class SysSupplierItemServiceImpl implements SysSupplierItemService {
ExchangeNoticeMsg exchangeNoticeMsg = new ExchangeNoticeMsg();
exchangeNoticeMsg.setItemId(item.getId());
exchangeNoticeMsg.setItemName(item.getName());
exchangeNoticeMsg.setOpenId(buyerOpenId);
exchangeNoticeMsg.setOfficialEstimatedPrice(PriceUtil.convertPriceFenToYuan(item.getOfficialEstimatedPrice()));
sendMsgService.sendOfficialEstimatedPriceMsg(exchangeNoticeMsg);
} else {
......
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