This commit is contained in:
邹宗楠
2022-10-27 21:04:45 +08:00
parent 30f5f592f2
commit c20e369766

View File

@@ -47,7 +47,7 @@ func GetThingToTiktokMapList(db *DaoDB, vendorId int, thingId int64) (cats []*mo
sql := `
SELECT t1.*
FROM thing_map t1
WHERE thing_id = ? AND vendor_id = ? t1.deleted_at = ?
WHERE t1.thing_id = ? AND t1.vendor_id = ? AND t1.deleted_at = ?
`
sqlParams := []interface{}{
thingId,