This commit is contained in:
邹宗楠
2022-10-27 19:57:46 +08:00
parent 411dce6354
commit 762ecd3082
3 changed files with 41 additions and 28 deletions

View File

@@ -50,7 +50,8 @@ func GetThingToTiktokMapList(db *DaoDB, vendorId int, thingId int64) (cats []*mo
WHERE thing_id = ? AND vendor_id = ? t1.deleted_at = ?
`
sqlParams := []interface{}{
vendorId, thingId,
thingId,
vendorId,
utils.DefaultTimeValue,
}