|
func (m *msgRemind) add(orderId, orderMoney, vipType, remindStatus int, orderCode, userId string, createTime int64, productType string) {
|
|
func (m *msgRemind) add(orderId, orderMoney, vipType, remindStatus int, orderCode, userId string, createTime int64, productType string) {
|
|
- log.Println("未支付待提醒订单加入", orderId, orderCode, userId, createTime)
|
|
|
|
|
|
+ // log.Println("未支付待提醒订单加入", orderId, orderCode, userId, createTime)
|
|
m.unpaidOrders.Store(orderId, &unpaidOrder{
|
|
m.unpaidOrders.Store(orderId, &unpaidOrder{
|