- 梳理TIMER,去除TimerTypeBaseExpectedDeliveredTime
This commit is contained in:
@@ -369,10 +369,6 @@ func BatchStr2Time(strTime ...string) (timeList []time.Time, err error) {
|
||||
return timeList, nil
|
||||
}
|
||||
|
||||
func IsTimeEmpty(timeValue time.Time) bool {
|
||||
return (timeValue == utils.DefaultTimeValue || timeValue == utils.ZeroTimeValue)
|
||||
}
|
||||
|
||||
// strAndObjAddPairs必须按字符串1,转换地址1,字符串2,转换地址2这样的格式传递
|
||||
func Strings2Objs(strAndObjAddPairs ...interface{}) (err error) {
|
||||
str := ""
|
||||
|
||||
Reference in New Issue
Block a user