|
|
@ -93,6 +93,7 @@ func UpdateJyt2012(id string, model models.TDataexJyt2012) (bool, string, error)
|
|
|
|
|
|
|
|
|
|
|
|
business.ChangeTime = time.Now()
|
|
|
|
business.ChangeTime = time.Now()
|
|
|
|
business.DicName = html.EscapeString(model.DicName)
|
|
|
|
business.DicName = html.EscapeString(model.DicName)
|
|
|
|
|
|
|
|
business.DicValue = html.EscapeString(model.DicValue)
|
|
|
|
business.DicType = model.DicType
|
|
|
|
business.DicType = model.DicType
|
|
|
|
business.DicInfo = html.EscapeString(model.DicInfo)
|
|
|
|
business.DicInfo = html.EscapeString(model.DicInfo)
|
|
|
|
business.RootFlag = model.RootFlag
|
|
|
|
business.RootFlag = model.RootFlag
|
|
|
|