Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
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
zry
performance
Commits
1a7199dc
Commit
1a7199dc
authored
Nov 16, 2020
by
lcx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消医院其他绩效数据的带出
parent
84d311ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
performance/Performance.Repository/PerforCofdirectorRepository.cs
+2
-2
performance/Performance.Services/ConfigService.cs
+1
-1
No files found.
performance/Performance.Repository/PerforCofdirectorRepository.cs
View file @
1a7199dc
...
...
@@ -129,13 +129,13 @@ public int SupplementaryData(int allotid)
where sheet.allotid = @allotid and sheet.sheettype = 9 and im.department not in
(select charge from cof_depttype where allotid = @allotid);"
,
@"insert into per_apr_amount(AllotId, PersonnelNumber, DoctorName)
/*
@"insert into per_apr_amount(AllotId, PersonnelNumber, DoctorName)
select distinct @allotid AllotId, t.PersonnelNumber, t.DoctorName from
(
select AllotId,PeopleNumber PersonnelNumber,DoctorName from im_employee where allotid = @allotid
union all
select AllotId,PersonnelNumber,DoctorName from im_employee_clinic where allotid = @allotid
) t where DoctorName not in (select DoctorName from per_apr_amount where allotid = @allotid);"
,
) t where DoctorName not in (select DoctorName from per_apr_amount where allotid = @allotid);",
*/
@"insert into cof_cmi(AllotId, UnitType, AccountingUnit)
select AllotId,UnitType,DoctorAccountingUnit from im_accountbasic where allotid = @allotid
...
...
performance/Performance.Services/ConfigService.cs
View file @
1a7199dc
...
...
@@ -624,7 +624,7 @@ public void Copy(per_allot allot)
var
hospital
=
perforHospitalRepository
.
GetEntity
(
t
=>
t
.
ID
==
allot
.
HospitalId
);
logger
.
LogInformation
(
$"apramount
{
allotId
}
{
allot
.
ID
}
"
);
CopyAprData
(
allotId
,
allot
.
ID
);
//
CopyAprData(allotId, allot.ID);
personService
.
CreateAllotPersons
(
allot
.
HospitalId
,
allot
.
ID
,
allotId
);
...
...
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