|
@@ -82,6 +82,7 @@ func (obj CustomAnalysis) Add(params AddCalculateBatchParams) (edbInfo *EdbInfo,
|
|
|
excelEdbMappingItem.CreateTime = time.Now()
|
|
|
excelEdbMappingItem.ModifyTime = time.Now()
|
|
|
excelEdbMappingItem.ExcelInfoId = customAnalysisData.ExcelInfoId
|
|
|
+ excelEdbMappingItem.Source = 4
|
|
|
excelEdbMappingItem.EdbInfoId = edbInfo.EdbInfoId
|
|
|
_, err = to.Insert(excelEdbMappingItem)
|
|
|
if err != nil {
|