1
This commit is contained in:
@@ -47,7 +47,7 @@ func GetThingToTiktokMapList(db *DaoDB, vendorId int, thingId int64) (cats []*mo
|
|||||||
sql := `
|
sql := `
|
||||||
SELECT t1.*
|
SELECT t1.*
|
||||||
FROM thing_map 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{}{
|
sqlParams := []interface{}{
|
||||||
thingId,
|
thingId,
|
||||||
|
|||||||
Reference in New Issue
Block a user