diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 37aaeee08..bbbbe9b06 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1653,9 +1653,11 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { AND a.order_created_at > ? GROUP BY 2 ORDER BY 1 DESC + LIMIT 1 ` sqlParams := []interface{}{time.Now().AddDate(0, -1, 0)} dao.GetRow(db, &tmpCount, sql, sqlParams) + fmt.Println(utils.Format4Output(tmpCount, false)) jdMaps2[jdStoreID] = append(jdMaps2[jdStoreID], tmpCount.ID) } }