From 8fdbaa96f141543fe9f6210975734809a209a0c8 Mon Sep 17 00:00:00 2001
From: yl <ykxkd@outlook.com>
Date: 星期五, 07 六月 2024 15:03:16 +0800
Subject: [PATCH] 1.报工增加按序和不按序报工操作,工序调整增加按序和不按序报工调整 2.增加SOP管理:设备SOP管理、工艺SOP管理功能

---
 VueWebCoreApi/DLL/DAL/SystemSettingDAL.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/VueWebCoreApi/DLL/DAL/SystemSettingDAL.cs b/VueWebCoreApi/DLL/DAL/SystemSettingDAL.cs
index 1d9958d..44eb014 100644
--- a/VueWebCoreApi/DLL/DAL/SystemSettingDAL.cs
+++ b/VueWebCoreApi/DLL/DAL/SystemSettingDAL.cs
@@ -1,9 +1,11 @@
 锘縰sing Dapper;
+using Microsoft.AspNetCore.Http;
 using Newtonsoft.Json.Linq;
 using System;
 using System.Collections.Generic;
 using System.Data;
 using System.Data.SqlClient;
+using System.IO;
 using System.Linq;
 using System.Threading.Tasks;
 using VueWebCoreApi.Models;
@@ -379,7 +381,7 @@
                         }
                     });
                 }
-                else 
+                else
                 {
                     sql = @"update TSystemProcConfig set json=@json,lm_user=@lm_user,lm_date=@lm_date";
                     list.Add(new
@@ -397,7 +399,7 @@
                 if (aa)
                 {
                     //鍐欏叆鎿嶄綔璁板綍琛�
-                    LogHelper.DbOperateLog(us.usercode, "绯荤粺娴佺▼璁剧疆", "娴佺▼璁剧疆json:" +systemjson.ToString(), us.usertype);
+                    LogHelper.DbOperateLog(us.usercode, "绯荤粺娴佺▼璁剧疆", "娴佺▼璁剧疆json:" + systemjson.ToString(), us.usertype);
                     mes.code = "200";
                     mes.count = 0;
                     mes.message = "娴佺▼璁剧疆鎴愬姛!";

--
Gitblit v1.9.3