Commit 221f4342 authored by 张永's avatar 张永

1

parent 790fc1d2
......@@ -220,7 +220,7 @@ public class GoodsServiceImpl implements GoodsService {
" and og.nGoodsID = t.nGoodsID " +
" left join tAgentCustTypePrice ap on ap.sCustTypeID = ? " +
" and ap.sShopTypeID = ? " +
" and ap.sUnitTypeId = '' " +
" and ap.sUnitTypeID = '' " +
" and ap.sAgentContractNO = og.sAgentContractNO " +
" and ap.nGoodsID = og.nGoodsID " +
" where t.nParentID = ? and t.nTag&1 = 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