|
@@ -1,23 +1,12 @@
|
|
|
-using EyeSoft.Collections.Generic;
|
|
|
|
|
-using Humanizer;
|
|
|
|
|
-using Microsoft.AspNetCore.Http;
|
|
|
|
|
-using Microsoft.AspNetCore.Mvc;
|
|
|
|
|
-using NPOI.SS.Formula.Functions;
|
|
|
|
|
-using NPOI.Util;
|
|
|
|
|
-using OASystem.API.OAMethodLib;
|
|
|
|
|
-using OASystem.API.OAMethodLib.DeepSeekAPI;
|
|
|
|
|
|
|
+using OASystem.API.OAMethodLib;
|
|
|
using OASystem.API.OAMethodLib.GenericSearch;
|
|
using OASystem.API.OAMethodLib.GenericSearch;
|
|
|
using OASystem.Domain.AesEncryption;
|
|
using OASystem.Domain.AesEncryption;
|
|
|
using OASystem.Domain.Entities.Customer;
|
|
using OASystem.Domain.Entities.Customer;
|
|
|
-using OASystem.Domain.Entities.Financial;
|
|
|
|
|
using OASystem.Domain.Entities.Groups;
|
|
using OASystem.Domain.Entities.Groups;
|
|
|
-using OASystem.Domain.ViewModels.Groups;
|
|
|
|
|
using OASystem.Domain.ViewModels.Search;
|
|
using OASystem.Domain.ViewModels.Search;
|
|
|
using OASystem.Infrastructure.Repositories.CRM;
|
|
using OASystem.Infrastructure.Repositories.CRM;
|
|
|
using OASystem.Infrastructure.Repositories.Groups;
|
|
using OASystem.Infrastructure.Repositories.Groups;
|
|
|
-using OASystem.Infrastructure.Repositories.System;
|
|
|
|
|
using System.Diagnostics;
|
|
using System.Diagnostics;
|
|
|
-using static iTextSharp.text.pdf.AcroFields;
|
|
|
|
|
|
|
|
|
|
namespace OASystem.API.Controllers
|
|
namespace OASystem.API.Controllers
|
|
|
{
|
|
{
|
|
@@ -800,7 +789,7 @@ namespace OASystem.API.Controllers
|
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
|
[HttpGet("GroupEnterExitCostKeywordSearch/{currUserId}/{keyword}")]
|
|
[HttpGet("GroupEnterExitCostKeywordSearch/{currUserId}/{keyword}")]
|
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
[ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
|
|
|
- public async Task<IActionResult> GroupEnterExitCostKeywordSearch(int currUserId,string keyword)
|
|
|
|
|
|
|
+ public async Task<IActionResult> GroupEnterExitCostKeywordSearch(int currUserId, string keyword)
|
|
|
{
|
|
{
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|