From b38c91e5cce54e1114ec5968c722c1a1c57bd21a Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期五, 21 六月 2024 13:27:00 +0800 Subject: [PATCH] 完成派送订单佣金写入余额逻辑 --- CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj b/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj index afc9ef8..eb437cc 100644 --- a/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj +++ b/CoreCms.Net.RedisMQ/CoreCms.Net.RedisMQ.csproj @@ -14,6 +14,7 @@ <ItemGroup> <ProjectReference Include="..\CoreCms.Net.Caching\CoreCms.Net.Caching.csproj" /> <ProjectReference Include="..\CoreCms.Net.Configuration\CoreCms.Net.Configuration.csproj" /> + <ProjectReference Include="..\CoreCms.Net.IRepository\CoreCms.Net.IRepository.csproj" /> <ProjectReference Include="..\CoreCms.Net.IServices\CoreCms.Net.IServices.csproj" /> <ProjectReference Include="..\CoreCms.Net.Loging\CoreCms.Net.Loging.csproj" /> <ProjectReference Include="..\CoreCms.Net.WeChat.Service\CoreCms.Net.WeChat.Service.csproj" /> -- Gitblit v1.9.1