From 78f7fcc04447a3253f011c388ea438ebdcacf8b0 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Fri, 11 Sep 2020 14:08:01 +0800 Subject: [PATCH] 'commit' --- dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)