---jd shop

This commit is contained in:
rosydev
2022-01-27 14:28:03 +08:00
parent 9e8c2f96b6
commit 60560c2a7d
8 changed files with 135 additions and 9 deletions

View File

@@ -4753,7 +4753,7 @@ func QueryPageStores2(db *dao.DaoDB, pageSize, offset int, keyword, vendorStoreI
if vendorID == -1 {
sql += sqlJD + ` UNION`
sql += sqlMT + ` UNION`
sql += sqlEbai
sql += sqlEbai + ` UNION`
sql += sqlGD
} else {
switch vendorID {