- remove tedious debug msg in RefreshJdPromotionItemListLockStatus
This commit is contained in:
@@ -799,7 +799,7 @@ func UpdateJdPromotionStatus() (num int64, err error) {
|
||||
}
|
||||
|
||||
func RefreshJdPromotionItemListLockStatus(promotionItemList []*tPromotionItemInfo) (err error) {
|
||||
globals.SugarLogger.Debugf("RefreshJdPromotionItemListLockStatus promotionItemList:%s", utils.Format4Output(promotionItemList, false))
|
||||
globals.SugarLogger.Debugf("RefreshJdPromotionItemListLockStatus len(promotionItemList):%d", len(promotionItemList))
|
||||
if len(promotionItemList) > 0 {
|
||||
expire := promotionItemList[0].EndAt.Add(24 * time.Hour)
|
||||
for _, item := range promotionItemList {
|
||||
|
||||
Reference in New Issue
Block a user