diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 007e837cf..fa52cd125 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1633,7 +1633,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { err = dao.GetRows(db, &resultList2, sql, sqlParams) resultList = append(resultList, resultList2...) } - fmt.Println("resultList", utils.Format4Output(resultList, false)) + fmt.Println("testresultList", utils.Format4Output(resultList, false)) // var skuBindInfos []*cms.StoreSkuBindInfo // for _, v := range resultList { // storeSkus, _ := dao.GetStoreSkusByNameIDs(db, []int{v.StoreID}, v.NameID)