From aec54e3c2e777d8c80db31e5328f637ed866dc97 Mon Sep 17 00:00:00 2001 From: "boxu.zheng" Date: Fri, 29 Nov 2024 11:12:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E6=94=B9=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Jobs/IssueJobs/AgvJobs/AgvJobAccountService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AgvJobs/AgvJobAccountService.cs b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AgvJobs/AgvJobAccountService.cs index 6b91fc539..11f0d6d9f 100644 --- a/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AgvJobs/AgvJobAccountService.cs +++ b/be/Modules/Store/src/Win_in.Sfs.Wms.Store.Application/Jobs/IssueJobs/AgvJobs/AgvJobAccountService.cs @@ -94,5 +94,6 @@ public class AgvJobAccountService : ApplicationService, IAgvJobAccountService } } + return null; } }