Commit 2c170735 authored by Quxl's avatar Quxl

x

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