This commit is contained in:
邹宗楠
2022-01-27 15:14:51 +08:00
parent a5d252c779
commit 0ea6e270ec

View File

@@ -4754,7 +4754,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 {