Commit 61c8db27 by 朱继来

调整

parent a92c27e2
Showing with 1 additions and 1 deletions
......@@ -105,7 +105,7 @@ func main() {
Order.UpdateJingDiaoOrder()
// 创建订单
for i := 0; i < 1; i++ {
for i := 0; i < order_count; i++ {
var user_id int = handle.GetJingDiaoUserId()
CreateOrder(user_id, time.Now().Unix())
}
......
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