From 79e43ccffd15afcd99934ee43b706f6133398079 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 07 七月 2025 15:29:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- MESApplication/Controllers/BOM/MesBomMasterController.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MESApplication/Controllers/BOM/MesBomMasterController.cs b/MESApplication/Controllers/BOM/MesBomMasterController.cs index 0fb33a7..81b8abd 100644 --- a/MESApplication/Controllers/BOM/MesBomMasterController.cs +++ b/MESApplication/Controllers/BOM/MesBomMasterController.cs @@ -38,7 +38,6 @@ entity.TableName = TableName; entity.Url = URL + "Save"; entity.Method = METHOD; - entity.Data = JsonConvert.SerializeObject(MesBomOrder); entity.Status = 1; entity.CreateBy = "PL017"; try @@ -52,6 +51,7 @@ if (save) entity.Result = 1; entity.DealWith = 1; + entity.Data = JsonConvert.SerializeObject(MesBomOrder); _manager.save(entity); return new ResponseResult -- Gitblit v1.9.3