- remve redundant log.
This commit is contained in:
@@ -117,8 +117,7 @@ func (c *OrderController) OrderStatus(order *jdapi.JDOrderMsg) *jdapi.JDCallback
|
|||||||
|
|
||||||
addOrderMsg(order)
|
addOrderMsg(order)
|
||||||
} else {
|
} else {
|
||||||
globals.SugarLogger.Warnf("duplicated jd orderid:%s", order.BillId)
|
globals.SugarLogger.Warnf("duplicated jd order msg %v", order)
|
||||||
globals.SugarLogger.Debug(rec)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user