记得上下班打卡 | git大法好,push需谨慎

Commit 9ed7a18a authored by 胡佳晨's avatar 胡佳晨

修改 sql

parent 909579d3
...@@ -501,7 +501,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService { ...@@ -501,7 +501,7 @@ public class GoblinStoreOrderServiceImpl implements IGoblinStoreOrderService {
//mysql //mysql
sqlsMail.add(new Object[]{ sqlsMail.add(new Object[]{
mailVo.getMailId(), mailVo.getOrderId(), mailVo.getMailNo(), mailVo.getDeliveryTime(), mailVo.getMailId(), mailVo.getOrderId(), mailVo.getMailNo(), mailVo.getDeliveryTime(),
mailVo.getLogisticsCompany(), mailVo.getOrderSkuVoIds(), now mailVo.getLogisticsCompany(), StringUtils.join(mailVo.getOrderSkuVoIds(), ","), now
}); });
orderVo.setStatus(GoblinStatusConst.Status.ORDER_STATUS_3.getValue()); orderVo.setStatus(GoblinStatusConst.Status.ORDER_STATUS_3.getValue());
......
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