临时禁止报错GetErrMsg2FailedSingleList中

This commit is contained in:
gazebo
2020-01-16 12:11:35 +08:00
parent a74bd7d839
commit 5cc44aeb95

View File

@@ -299,7 +299,8 @@ func GetErrMsg2FailedSingleList(storeSkuList interface{}, err error, storeID, ve
failedList = append(failedList, storeSkuInfoWithErr)
}
} else {
globals.SugarLogger.Errorf("GetErrMsg2FailedSingleList:%v", err)
// globals.SugarLogger.Errorf("GetErrMsg2FailedSingleList:%v", err)
globals.SugarLogger.Debugf("GetErrMsg2FailedSingleList:%v", err)
}
}
return failedList