From 071e6262409c5e96f904d0724b73a07fb21bcdf3 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期四, 26 十二月 2024 14:12:42 +0800 Subject: [PATCH] 优化枚举和查询逻辑 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/Task_HtyService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/Task_HtyService.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/Task_HtyService.cs index 880450f..2baf7d3 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/Task_HtyService.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfo_HtyService/Task_HtyService.cs @@ -4,7 +4,7 @@ using System.Threading.Tasks; using WIDESEAWCS_Core.BaseServices; using WIDESEAWCS_ITaskInfo_HtyRepository; -using WIDESEAWCS_ITaskInfoService; +using WIDESEAWCS_ITaskInfo_HtyService; using WIDESEAWCS_Model.Models; namespace WIDESEAWCS_TaskInfo_HtyService -- Gitblit v1.9.3