Commit ed93dfd6 authored by 张永's avatar 张永

111

parent c061f541
......@@ -352,7 +352,7 @@ public class OrderServiceImpl implements OrderService {
" and sos.nGoodsID = sod.nGoodsID \r\n" +
" and sos.nIdx = sod.nIdx \r\n" +
" and (sos.nTag&1 = sod.nTag&1 or sos.nTag&1-1 = sod.nTag&1-1) \r\n" +
" left join tSalesOrderSub ssos on ssos.sSalesOrderID = sod.sSalesOrderID \r\n" +
" left join tSalesOrderSub ssos on ssos.sSubOrderID = sos.sSubOrderID \r\n" +
" left join tExpressSendDtl esd on esd.sSubOrderID = ssos.sSubOrderID "+
"where sod.sSalesOrderID = ? ";
orderDtlList = readJdbcTemplate.queryForList(sql2, salesOrderId);
......
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