This commit is contained in:
parent
93616ea3e3
commit
9c36dc26f8
|
|
@ -847,8 +847,8 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
for (AdminUserDO user : userList) {
|
||||
MailSendMessage message = new MailSendMessage();
|
||||
message.setAccountId(1L);
|
||||
//message.setMail(user.getEmail());
|
||||
message.setMail("782276617@qq.com");
|
||||
message.setMail(user.getEmail());
|
||||
//message.setMail("782276617@qq.com");
|
||||
message.setTitle("OMS订单系统");
|
||||
//StringBuffer content = new StringBuffer();
|
||||
//content.append("您好,客户:【" + customerDO.getName() + "】 来新的订单啦,订单号:" + order.getBillno() + ",下单时间:" + createTimestr + " 请进行处理!");
|
||||
|
|
@ -904,7 +904,7 @@ public class SaleOrderServiceImpl implements SaleOrderService {
|
|||
JSONObject item = new JSONObject();
|
||||
item.put("itemcode", productInfo.getCode());
|
||||
item.put("itemname", productInfo.getName());
|
||||
item.put("itemdesc", spec);
|
||||
item.put("itemdesc", productInfo.getDetails());
|
||||
item.put("unit", entry.getUnit());
|
||||
item.put("qty", entry.getQty());
|
||||
items.add(item);
|
||||
|
|
|
|||
Loading…
Reference in New Issue