Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1417499bbc | |||
| b58695622a | |||
| b9c42637d9 | |||
| a66e8e8bb0 | |||
| ac4ce86d8c | |||
| d9aab6d2e7 | |||
| 759d110874 | |||
| a61f7d4a1f | |||
| 73eef26c44 | |||
| 4f22aadfd1 | |||
| 7ed60bc1d7 | |||
| 2a3748e396 | |||
| 54d4f389ca | |||
| 5228176ddc | |||
| 335f9c82eb | |||
| be28db0b51 | |||
| 6d9f522a59 | |||
| 791d5c2b5e | |||
| 7a62943121 | |||
| 4dc324db53 | |||
| c87c37cd35 | |||
| ca9be92525 | |||
| 0381d3d379 | |||
| 7506eabc53 | |||
| 9c39aa8ffd | |||
| 277ea50f4e | |||
| 653a867f39 | |||
| 3084d73f85 | |||
| a08570d701 | |||
| 94d4ac83cf | |||
| 6371b5db4b | |||
| 9eabd1a07f | |||
| 860e698741 | |||
| 21ad1e908e | |||
| a1f80cdd95 |
@@ -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
|
||||
{
|
||||
|
||||
@@ -3,4 +3,14 @@
|
||||
update TrialSiteUserSurvey set TrialRoleCode= (select Code from Dictionary where Id=TrialSiteUserSurvey.TrialRoleNameId)
|
||||
|
||||
--邮件发送维护
|
||||
update TrialEmailNoticeConfig set AttachCNPath=FilePath,AttachPath=FilePath,AttachNameCN=FileName,AttachName=FileName
|
||||
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,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";
|
||||
|
||||
@@ -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 是否生成分页的还是不分页
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user