From 42a8e7a7e213ca5d2acb2a7b943f32566278082a Mon Sep 17 00:00:00 2001 From: wangshuai Date: Thu, 10 Sep 2020 14:04:48 +0800 Subject: [PATCH] 'commit' --- dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go b/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go index 227e21b0..8cee1694 100644 --- a/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go +++ b/dsSupport/MyModel/JYT2012/Jyt2012Service/Jyt2012Service.go @@ -75,8 +75,8 @@ func CreateJyt2012(model models.TDataexJyt2012) (bool, string, error) { business.JytFlag = model.JytFlag business.ParentId = html.EscapeString(model.ParentId) business.CreateTime = time.Now() - business.DeleteFlag = -1 - business.EnableFlag = 1 + business.DeleteFlag = model.DeleteFlag + business.EnableFlag = model.EnableFlag result, message, error := Jyt2012DAO.CreateJyt2012(business)