Commit 8338514f authored by Quxl's avatar Quxl

x

parent ef4118b5
...@@ -342,7 +342,7 @@ public class OrderServiceImpl implements OrderService { ...@@ -342,7 +342,7 @@ public class OrderServiceImpl implements OrderService {
" Price = b.nPrice " + " Price = b.nPrice " +
" FROM tPromo a, tPromoRuleGoods b, tPromoCustBWList c, tAgent at, tAgentContractGoods ag " + " FROM tPromo a, tPromoRuleGoods b, tPromoCustBWList c, tAgent at, tAgentContractGoods ag " +
" WHERE " + " WHERE " +
" AND a.sPromoPaperNO = c.sPromoPaperNO " + " a.sPromoPaperNO = c.sPromoPaperNO " +
" AND a.sPromoPaperNO = b.sPromoPaperNO " + " AND a.sPromoPaperNO = b.sPromoPaperNO " +
" AND b.sAgentContractNO = ag.sAgentContractNO " + " AND b.sAgentContractNO = ag.sAgentContractNO " +
" AND ag.nAgentID = at.nAgentID " + " AND ag.nAgentID = at.nAgentID " +
......
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