diff --git a/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go b/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go index 8cee1694..badd17f5 100644 --- a/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go +++ b/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go @@ -75,7 +75,7 @@ func CreateJyt2012(model models.TDataexJyt2012) (bool, string, error) { business.JytFlag = model.JytFlag business.ParentId = html.EscapeString(model.ParentId) business.CreateTime = time.Now() - business.DeleteFlag = model.DeleteFlag + business.DeleteFlag = -1 business.EnableFlag = model.EnableFlag result, message, error := Jyt2012DAO.CreateJyt2012(business)