copy商品sql测试
This commit is contained in:
@@ -1619,6 +1619,8 @@ func CopyStoreSkus(ctx *jxcontext.Context, fromStoreID int, toStoreIDs []int, co
|
|||||||
sqlParams2 := []interface{}{
|
sqlParams2 := []interface{}{
|
||||||
toStoreID, toStoreID, utils.DefaultTimeValue,
|
toStoreID, toStoreID, utils.DefaultTimeValue,
|
||||||
}
|
}
|
||||||
|
fmt.Println(sql2)
|
||||||
|
fmt.Println(sqlParams2)
|
||||||
_, err = dao.ExecuteSQL(db, sql2, sqlParams2)
|
_, err = dao.ExecuteSQL(db, sql2, sqlParams2)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errList.AddErr(err)
|
errList.AddErr(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user