From a27f32ecbfc7390ceb9e3a8d8651c57ada88bfa0 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 19 十二月 2025 20:51:42 +0800
Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~tjx/XB_MES_API
---
StandardPda/MESApplication/Controllers/QC/XJController.cs | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/StandardPda/MESApplication/Controllers/QC/XJController.cs b/StandardPda/MESApplication/Controllers/QC/XJController.cs
index df1f09e..fefcb69 100644
--- a/StandardPda/MESApplication/Controllers/QC/XJController.cs
+++ b/StandardPda/MESApplication/Controllers/QC/XJController.cs
@@ -1,12 +1,12 @@
-锘縰sing MES.Service.Dto.service;
+锘縰sing System.Data;
+using System.Dynamic;
+using MES.Service.Dto.service;
using MES.Service.Modes;
using MES.Service.service.QC;
using MES.Service.util;
using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
-using System.Data;
-using System.Dynamic;
namespace MESApplication.Controllers.QC;
@@ -161,7 +161,7 @@
return ResponseResult.ResponseError(ex);
}
}
-
+
[HttpPost("XJQaSubmit")]
public ResponseResult XJQaSubmit(LLJDto rkjDto)
{
@@ -508,14 +508,12 @@
try
{
if (!dt.Columns.Contains("id"))
- {
return new ResponseResult
{
status = 1,
message = "璇峰厛閫夋嫨鏁版嵁鍐嶄繚瀛橈紒",
data = "璇峰厛閫夋嫨鏁版嵁鍐嶄繚瀛橈紒"
};
- }
new XJService().saveYzxBDlist(id, dt);
var msg = new XJService().YzxImgVerify(id);
--
Gitblit v1.9.3