fix: 网元信息表结构体变更
This commit is contained in:
@@ -330,7 +330,7 @@ func (s *NeInfoController) Add(c *gin.Context) {
|
||||
|
||||
s.neVersionService.Insert(neVersion)
|
||||
s.neLicenseService.Insert(neLicense)
|
||||
body.UpdateBy = loginUserName
|
||||
body.CreateBy = loginUserName
|
||||
insertId := s.neInfoService.Insert(body)
|
||||
if insertId != "" {
|
||||
c.JSON(200, result.OkData(insertId))
|
||||
|
||||
Reference in New Issue
Block a user