Commit 74f33ce0 authored by 张永's avatar 张永

1

parent 62a2ad4f
......@@ -249,7 +249,7 @@ public class OrderServiceImpl implements OrderService {
" ISGift = sosd.nTag&1," +
" agp.sURL " +
" from tSalesOrderSubDtl sosd left join V_GetminAgentGoodsPic agp on agp.nAgentID = sosd.nAgentID and agp.nGoodsID = sosd.nGoodsID and agp.sPicTypeID = 1" +
" where sosd.sSubOrderID in("+StringUtil.join("', '", "'", "'", orderIds) +")";
" where sosd.sSalesOrderID in("+StringUtil.join("', '", "'", "'", orderIds) +")";
List<Map<String, Object>> subList = jdbcTemplate.queryForList(sql3);
if (subList.size() > 0) {
......
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