This commit is contained in:
suyl
2021-07-30 15:24:22 +08:00
parent 143a0f38dc
commit ac7075fab4

View File

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