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

Commit e4595bbd authored by jiangxiulong's avatar jiangxiulong

快递

parent 22101ef7
...@@ -204,6 +204,9 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres ...@@ -204,6 +204,9 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
kylinOrderExpressPre.setExpressType(expressType); kylinOrderExpressPre.setExpressType(expressType);
kylinOrderExpressPre.setCreatedAt(DateUtil.getNowTime()); kylinOrderExpressPre.setCreatedAt(DateUtil.getNowTime());
kylinOrderExpressPre.setPerformancesId(Relations.getPerformanceId()); kylinOrderExpressPre.setPerformancesId(Relations.getPerformanceId());
kylinOrderExpressPre.setExpressContacts(orderInfo.getExpressContacts());
kylinOrderExpressPre.setExpressPhone(orderInfo.getExpressPhone());
kylinOrderExpressPre.setSendExpressAddress(orderInfo.getExpressAddress());
kylinOrderExpressMapper.insert(kylinOrderExpressPre); kylinOrderExpressMapper.insert(kylinOrderExpressPre);
// 请求下单数据 // 请求下单数据
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id LEFT JOIN kylin_ticket_times d ON c.time_id = d.ticket_times_id
LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id LEFT JOIN kylin_tickets e ON c.ticket_id = e.tickets_id
<where> <where>
a.order_express_id IN a.send_type = 1
AND a.order_express_id IN
<foreach collection="ids" item="orderExpressId" index="index" open="(" close=")" separator=","> <foreach collection="ids" item="orderExpressId" index="index" open="(" close=")" separator=",">
${orderExpressId} ${orderExpressId}
</foreach> </foreach>
......
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