1
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user