Commit dfdf4b0d by mushishixian

tj

parent b57af3a7
Showing with 1 additions and 0 deletions
......@@ -93,6 +93,7 @@ func main() {
if err != nil {
logger.Error(err.Error())
}
fmt.Println(len(giftActivityList))
//统计满赠活动******************
for _, activity := range giftActivityList {
orderNum, _ := db.Reset().Table("lie_order_gift").Where("activity_id", activity.Id).Where("status", "!=", -1).Count()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment