zjh
5 天以前 a27f32ecbfc7390ceb9e3a8d8651c57ada88bfa0
StandardPda/MESApplication/Controllers/QC/XJController.cs
@@ -1,12 +1,12 @@
using MES.Service.Dto.service;
using 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);