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
1a12ee5c
Commit
1a12ee5c
authored
Mar 02, 2022
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
核算单元及组别BUG修复
parent
7a76f273
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
performance/Performance.Services/ConfigService.cs
+2
-0
No files found.
performance/Performance.Services/ConfigService.cs
View file @
1a12ee5c
...
@@ -799,6 +799,7 @@ public cof_accounting AccountingInsert(cof_accounting request)
...
@@ -799,6 +799,7 @@ public cof_accounting AccountingInsert(cof_accounting request)
var
entity
=
new
cof_accounting
var
entity
=
new
cof_accounting
{
{
AllotId
=
request
.
AllotId
,
AllotId
=
request
.
AllotId
,
Code
=
request
.
Code
,
UnitType
=
request
.
UnitType
,
UnitType
=
request
.
UnitType
,
AccountingUnit
=
request
.
AccountingUnit
AccountingUnit
=
request
.
AccountingUnit
};
};
...
@@ -819,6 +820,7 @@ public cof_accounting AccountingUpdate(cof_accounting request)
...
@@ -819,6 +820,7 @@ public cof_accounting AccountingUpdate(cof_accounting request)
throw
new
PerformanceException
(
$"ID不存在 :
{
request
.
Id
}
"
);
throw
new
PerformanceException
(
$"ID不存在 :
{
request
.
Id
}
"
);
entity
.
AllotId
=
request
.
AllotId
;
entity
.
AllotId
=
request
.
AllotId
;
entity
.
Code
=
request
.
Code
;
entity
.
UnitType
=
request
.
UnitType
;
entity
.
UnitType
=
request
.
UnitType
;
entity
.
AccountingUnit
=
request
.
AccountingUnit
;
entity
.
AccountingUnit
=
request
.
AccountingUnit
;
...
...
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