cnf
2025-09-10 1b3db8f5683373dd8e179b006e7314783dd1f9db
WebApi/Gs.QiTaRk/MesItemTblRkManager.cs
@@ -8,9 +8,8 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using static Gs.Toolbox.UtilityHelper;
namespace Gs.QiTaRk;
namespace Gs.QiTaRk
{
[ApiGroup(ApiGroupNames.QTRK)]
public class MesItemTblRkManager : IRomteService
{
@@ -60,8 +59,7 @@
        };
        try
        {
            dset = DbHelperSQL.RunProcedure("prc_item_tblrk_lst", parameters,
                "0");
                dset = DbHelperSQL.RunProcedure("prc_item_tblrk_lst", parameters, "0");
            if (dset != null && dset.Tables.Count > 0 &&
                dset.Tables[0].Rows.Count > 0) //有数据
            {
@@ -207,7 +205,7 @@
    {
        string _guid = mode.guid;
        string _inFieldValue = mode.inFieldValue;
        var _proName = "prc_item_tblrk_chk";
            string _proName = "prc_item_tblrk_chk";
        if (int.Parse(_inFieldValue) * 1 <= 0)
            _proName = "prc_item_tblrk_chk";
        dynamic m = new ExpandoObject();
@@ -253,7 +251,8 @@
                }
            }
        }
        return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Success, "操作成功!");
    }
    }
}