|
@@ -55,7 +55,6 @@ namespace OASystem.API.Controllers
|
|
private readonly List<int> _portIds;
|
|
private readonly List<int> _portIds;
|
|
private readonly BasicInsuranceCostRepository _insuranceCostRep;
|
|
private readonly BasicInsuranceCostRepository _insuranceCostRep;
|
|
|
|
|
|
-
|
|
|
|
public ResourceController(
|
|
public ResourceController(
|
|
IMapper mapper,
|
|
IMapper mapper,
|
|
IConfiguration config,
|
|
IConfiguration config,
|
|
@@ -173,7 +172,6 @@ namespace OASystem.API.Controllers
|
|
return Ok(JsonView(true, "查询成功", info));
|
|
return Ok(JsonView(true, "查询成功", info));
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -263,7 +261,7 @@ namespace OASystem.API.Controllers
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
public async Task<IActionResult> QueryLocalGuide(QueryLocalGuide dto)
|
|
public async Task<IActionResult> QueryLocalGuide(QueryLocalGuide dto)
|
|
{
|
|
{
|
|
- Stopwatch stopwatch = Stopwatch.StartNew();
|
|
+ Stopwatch stopwatch = Stopwatch.StartNew();
|
|
Result LocalGuide = await _localGuideDataRep.QueryLocalGuide(dto);
|
|
Result LocalGuide = await _localGuideDataRep.QueryLocalGuide(dto);
|
|
if (LocalGuide.Code == 0)
|
|
if (LocalGuide.Code == 0)
|
|
{
|
|
{
|
|
@@ -391,6 +389,7 @@ namespace OASystem.API.Controllers
|
|
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -4062,7 +4061,6 @@ WHERE
|
|
|
|
|
|
#region 翻译人员
|
|
#region 翻译人员
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|