@@ -3303,7 +3303,10 @@ func (this *TargetController) ExcelDataAdd() {
CreateTime: time.Now(),
})
}
-
+ if len(addRecordList) > 0 {
+ obj := models.EdbinfoOpRecord{}
+ _ = obj.MulCreate(addRecordList)
+ }
}()
//操作指标,新增指标及数据等