fix: 资源数据日志上报的开始时间错误
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"nms_cxy/src/modules/nms_cxy/model"
|
||||
"nms_cxy/src/modules/nms_cxy/utils/common"
|
||||
"nms_cxy/src/modules/nms_cxy/utils/kafka"
|
||||
"time"
|
||||
)
|
||||
|
||||
// 实例化数据层 ResourceImpl 结构体
|
||||
@@ -40,7 +41,7 @@ func (s *ResourceImpl) ResourceeUploadOSS(neType string) error {
|
||||
logger.Errorf("ResourceeUploadOSS ne info not fount")
|
||||
return fmt.Errorf("ne info not fount")
|
||||
}
|
||||
startTime := 1711331232081 // time.Now().UnixMilli()
|
||||
startTime := time.Now().UnixMilli()
|
||||
|
||||
// 查询数据
|
||||
pageData := s.nrmLogService.SelectPage(map[string]any{
|
||||
|
||||
Reference in New Issue
Block a user