Commit 6e5afc26 authored by 张永's avatar 张永

需求 #14267

parent 7496b102
......@@ -299,7 +299,7 @@ public class OrderServiceImpl implements OrderService {
+ "from tSalesOrder so where so.sSalesOrderID = ?", subOrderMap.get("sSalesOrderID"));
String sql = ""
+ "select "
+ "sosd.*, "
+ "sosd.*, LeftReturnQty = sosd.nSendQty - isnull(sosd.nReturnQty,0), "
+ "agp.sURL, "
+ "pm.sPromoTheme, "
+ "pm.sPromoActionType sPromoType, "
......
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