Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
queryPlatform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
唐仲阳
queryPlatform
Commits
54dd7884
Commit
54dd7884
authored
Nov 30, 2021
by
DESKTOP-FORROT8\Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
5f65c899
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
api/Health.Api/Infrastructure/Queries/ResourceQueries.cs
+3
-5
No files found.
api/Health.Api/Infrastructure/Queries/ResourceQueries.cs
View file @
54dd7884
...
@@ -984,7 +984,7 @@ SELECT DISTINCT
...
@@ -984,7 +984,7 @@ SELECT DISTINCT
pairs
.
TryAdd
(
$"@
{
nameof
(
DatabaseName
)}
"
,
DatabaseName
);
pairs
.
TryAdd
(
$"@
{
nameof
(
DatabaseName
)}
"
,
DatabaseName
);
pairs
.
TryAdd
(
$"@
{
nameof
(
tableName
)}
"
,
tableName
);
pairs
.
TryAdd
(
$"@
{
nameof
(
tableName
)}
"
,
tableName
);
pairs
.
TryAdd
(
$"@
{
nameof
(
biao
)}
"
,
biao
);
pairs
.
TryAdd
(
$"@
{
nameof
(
biao
)}
"
,
biao
);
// sql 数据源导出csv 导入csv 到connection
var
ITEM
=
"[@ExecOpenLink].[@ExecDatabase]"
;
var
ITEM
=
"[@ExecOpenLink].[@ExecDatabase]"
;
//拉取病人表
//拉取病人表
configConnection
.
Execute
(
$"UPDATE [SV_QueryPlatform].[dbo].[FlowReservoirStatus] SET state =2 ,DataPullTime=getdate() WHERE indexs=
{
indexs
}
"
);
configConnection
.
Execute
(
$"UPDATE [SV_QueryPlatform].[dbo].[FlowReservoirStatus] SET state =2 ,DataPullTime=getdate() WHERE indexs=
{
indexs
}
"
);
...
@@ -1151,11 +1151,10 @@ SELECT DISTINCT
...
@@ -1151,11 +1151,10 @@ SELECT DISTINCT
//Inquire
//Inquire
/// <summary>
/// <summary>
/// 查询平台
///
diag
查询平台
/// </summary>
/// </summary>
public
void
Inquire
(
int
aa
,
string
icd
,
string
diseaseName
,
string
drugName
,
string
materialName
)
public
void
DiagInquire
(
string
[]
icd
,
string
[]
diseaseNam
)
{
{
}
}
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment