Compare commits
No commits in common. "9794b7f15801b846e8e6d854c2c2e157aa9881b9" and "ee080d10e97218b0721cd95c858882fef4971a44" have entirely different histories.
9794b7f158
...
ee080d10e9
@ -50,8 +50,6 @@ func (secFilingsDao) CreateSecFiling(req *secFilings.CreateSecFilingReq) (*secFi
|
||||
PdfFile: req.PdfFile,
|
||||
WordFile: req.WordFile,
|
||||
ExcelFile: req.ExcelFile,
|
||||
Operator: req.Operator,
|
||||
OperatorId: req.OperatorId,
|
||||
}).Error; err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user