Compare commits

...

35 Commits

Author SHA1 Message Date
hang 1417499bbc 修改配置文件 2025-07-14 15:17:48 +08:00
hang b58695622a 上传事务修改 2025-07-03 17:44:15 +08:00
hang b9c42637d9 Merge branch 'Test.Study' into Uat.Study 2024-06-04 10:13:11 +08:00
hang a66e8e8bb0 合并到Uat 2024-02-26 12:55:07 +08:00
he ac4ce86d8c 领取修改 2023-11-08 16:57:13 +08:00
he d9aab6d2e7 修改 2023-11-08 16:08:53 +08:00
he 759d110874 Merge branch 'Uat.Study' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Uat.Study 2023-11-08 16:08:06 +08:00
hang a61f7d4a1f Merge branch 'Test.Study' into Uat.Study 2023-11-08 15:17:48 +08:00
hang 73eef26c44 Merge branch 'Uat.Study' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Uat.Study 2023-11-06 11:12:44 +08:00
he 4f22aadfd1 修改 2023-11-03 12:29:02 +08:00
hang 7ed60bc1d7 Merge branch 'Test.Study' into Uat.Study 2023-11-03 12:15:48 +08:00
he 2a3748e396 Merge branch 'Uat.Study' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Uat.Study 2023-10-12 14:00:44 +08:00
he 54d4f389ca 修改缓存 2023-10-12 14:00:39 +08:00
hang 5228176ddc Merge branch 'Test.Study' into Uat.Study 2023-10-08 13:41:20 +08:00
hang 335f9c82eb Merge branch 'Test.Study' into Uat.Study 2023-09-22 15:27:52 +08:00
hang be28db0b51 邮件发送 2023-09-19 15:18:40 +08:00
hang 6d9f522a59 Merge branch 'Uat.Study' of http://192.168.3.69:3000/XCKJ/irc-netcore-api into Uat.Study 2023-09-19 15:08:29 +08:00
hang 791d5c2b5e Merge branch 'Test.Study' into Uat.Study 2023-09-19 13:38:44 +08:00
he 7a62943121 Merge branch 'Test.Study' into Uat.Study 2023-09-19 11:21:30 +08:00
hang 4dc324db53 sql 记录 2023-09-15 18:00:58 +08:00
hang c87c37cd35 Merge branch 'Test.Study' into Uat.Study 2023-09-15 15:38:36 +08:00
hang ca9be92525 Merge branch 'Test.Study' into Uat.Study 2023-09-15 15:22:47 +08:00
hang 0381d3d379 修改邮件 2023-09-12 10:34:14 +08:00
hang 7506eabc53 Merge branch 'Test.Study' into Uat.Study 2023-09-11 10:06:10 +08:00
hang 9c39aa8ffd x 2023-09-05 15:51:03 +08:00
hang 277ea50f4e Merge branch 'Test.Study' into Uat.Study 2023-09-05 13:39:15 +08:00
hang 653a867f39 中心调研 2023-08-25 13:54:39 +08:00
hang 3084d73f85 修改邮件前 合并分支 2023-08-21 14:50:01 +08:00
hang a08570d701 修改 参数可传与否 2023-08-08 11:35:44 +08:00
hang 94d4ac83cf 增加Uat环境 2023-08-08 09:27:09 +08:00
hang 6371b5db4b 删除多余的配置文件 2023-08-07 17:36:54 +08:00
hang 9eabd1a07f 修改邮件模板 2023-08-07 17:36:23 +08:00
he 860e698741 代码修改 2023-08-07 17:34:02 +08:00
hang 21ad1e908e 修改阅片任务 2023-08-07 13:28:26 +08:00
hang a1f80cdd95 任务阅片修改 2023-08-07 12:29:49 +08:00
12 changed files with 13 additions and 100 deletions
@@ -1002,7 +1002,6 @@ namespace IRaCIS.Core.API.Controllers
[HttpPost, Route("TrialSiteSurvey/UploadTrialSiteSurveyUser")]
[DisableFormValueModelBinding]
[UnitOfWork]
public async Task<IResponseOutput> UploadTrialSiteSurveyUser(Guid trialId, string baseUrl, string routeUrl,
[FromServices] IRepository<TrialSite> _trialSiteRepository,
[FromServices] IRepository<UserType> _usertypeRepository,
@@ -18,6 +18,7 @@ using DocumentFormat.OpenXml.Drawing;
using EasyCaching.Core;
using Quartz;
using IRaCIS.Application.Services.BackGroundJob;
using EasyCaching.Core;
namespace IRaCIS.Application.Services
{
+10
View File
@@ -4,3 +4,13 @@ update TrialSiteUserSurvey set TrialRoleCode= (select Code from Dictionary wher
--邮件发送维护
update TrialEmailNoticeConfig set AttachCNPath=FilePath,AttachPath=FilePath,AttachNameCN=FileName,AttachName=FileName
UPDATE DicomSeries
SET ImageResizePath = REPLACE(ImageResizePath, 'http://zyypacs.oss-cn-shanghai.aliyuncs.com', '')
WHERE ImageResizePath LIKE 'http://zyypacs.oss-cn-shanghai.aliyuncs.com%';
UPDATE DicomSeries
SET ImageResizePath = REPLACE(ImageResizePath, 'http://zyypacs-uat.oss-cn-shanghai.aliyuncs.com', '')
WHERE ImageResizePath LIKE 'http://zyypacs-uat.oss-cn-shanghai.aliyuncs.com%';
+1 -1
View File
@@ -1,7 +1,7 @@
<#+
public class config
{
public static readonly string ConnectionString = "Server=123.56.94.154,1433\\MSSQLSERVER;Database=Test.Study;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true";
public static readonly string ConnectionString = "Server=106.14.89.110,1435;Database=Test_Study;User ID=sa;Password=dev123456DEV;TrustServerCertificate=true";
public static readonly string DbDatabase = "Test.Study";
//表名称用字符串,拼接
public static readonly string TableName = "SubjectVisitClinicalDialog";
-39
View File
@@ -26,10 +26,6 @@
<LastGenOutput>IRaCIS .Core.ServiceAsync.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
<None Update="TT_Template\IRaCIS .Core.IServiceAsync.tt">
<LastGenOutput>IRaCIS .Core.IServiceAsync.cs</LastGenOutput>
<Generator>TextTemplatingFileGenerator</Generator>
</None>
<None Update="TT_Template\IRaCIS.Core.Dto.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>IRaCIS.Core.Dto.cs</LastGenOutput>
@@ -61,46 +57,11 @@
</ItemGroup>
<ItemGroup>
<Compile Update="TT_Template\IRaCIS .Core.IServiceAsync.cs">
<DependentUpon>IRaCIS .Core.IServiceAsync.tt</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="TT_Template\IRaCIS .Core.ServiceAsync.cs">
<DependentUpon>IRaCIS .Core.ServiceAsync.tt</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.Dto.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.Dto.tt</DependentUpon>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.Entity.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.Entity.tt</DependentUpon>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.IRepository.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.IRepository.tt</DependentUpon>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.IServices.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.IServices.tt</DependentUpon>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.Repository.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.Repository.tt</DependentUpon>
</Compile>
<Compile Update="TT_Template\IRaCIS.Core.Services.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>IRaCIS.Core.Services.tt</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
@@ -1,10 +0,0 @@
//在这里设置 isPage 是否生成分页的还是不分页
@@ -1,9 +0,0 @@
//在这里设置 isPage 是否生成分页的还是不分页
@@ -1,8 +0,0 @@
@@ -1,3 +0,0 @@
@@ -1,10 +0,0 @@
//在这里设置 isPage 是否生成分页的还是不分页
@@ -1,9 +0,0 @@
@@ -1,9 +0,0 @@
//在这里设置 isPage 是否生成分页的还是不分页