Commit 978ef8df authored by Quxl's avatar Quxl

x

parent 28563b44
......@@ -86,7 +86,8 @@ public class BrandServiceImpl implements BrandService {
+ "WHERE "
+ "acg.sBrandID = b.sBrandID "
+ "and acg.sOrgNO = ? "
+ "and b.nTag&1 = 0 "
+ "and b.nTag&1=0 "
+ "and acg.nTag&3=2 "
+ "and b.sBrandID not in (select ip.sBrandID from tIPBrand ip)"
+ "group by "
+ "b.sPinyinCode, "
......@@ -112,8 +113,8 @@ public class BrandServiceImpl implements BrandService {
+ "tBrand b "
+ "WHERE "
+ "acg.sBrandID = b.sBrandID "
+ "and acg.sOrgNO = '0001' "
+ "and b.nTag&17 = 0 "
+ "and acg.sOrgNO = '6001' "
+ "and b.nTag&17 = 16 "
+ "and b.sBrandID not in (select ip.sBrandID from tIPBrand ip)"
+ "group by "
+ "b.sPinyinCode, "
......
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