啊鑫
6 天以前 2ba5117206c152cece2e5ac40067a6232dfb2870
WebApi/Gs.Report/BTDetails.cs
@@ -1,16 +1,17 @@
using System.Data;
using System.Data.SqlClient;
using System.Dynamic;
using Gs.Toolbox;
using Gs.Toolbox;
using Gs.Toolbox.ApiCore.Abstract.Mvc;
using Gs.Toolbox.ApiCore.Common.Mvc;
using Gs.Toolbox.ApiCore.Group;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using System.Data;
using System.Data.SqlClient;
using System.Dynamic;
using static Gs.Toolbox.UtilityHelper;
namespace Gs.Report;
namespace Gs.Report
{
[ApiGroup(ApiGroupNames.Report)]
public class BTDetails : IRomteService
@@ -97,7 +98,7 @@
        dynamic m = new ExpandoObject();
        SqlParameter[] parameters =
        {
            new("@inMainGuid", guid)
                new("@inMainGuid", guid),
        };
        var dset = new DataSet();
        try
@@ -121,3 +122,5 @@
        return ReturnDto<dynamic>.QuickReturn(m, ReturnCode.Default, "读取失败!");
    }
}
}