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