Commit ef4118b5 authored by Quxl's avatar Quxl

x

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