Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
huatu_API
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liudong1993
huatu_API
Commits
71ecc6be
Commit
71ecc6be
authored
Aug 26, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9022cbb5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
FinancialService.cs
REBORN.Services.FinanceService/FinancialService.cs
+4
-1
No files found.
REBORN.Services.FinanceService/FinancialService.cs
View file @
71ecc6be
...
...
@@ -2507,7 +2507,10 @@ namespace REBORN.Services.FinanceService
}
var
rapi
=
WorkFlowModule
.
Audit
(
model
.
WorkFlowId
.
Value
,
model
.
TradeDate
,
model
.
Image
,
model
.
emList
,
model
.
Description
,
userInfo
,
model
.
tradeWays
,
model
.
IsRefundAutoGoBack
??
0
,
model
.
TradeDetailList
,
model
.
FdIdList
,
courseName
,
payReceiptNo
,
KingdeeInvoice
,
KJInvoice
,
model
.
AutoFinanceType
,
model
.
FinanceMoney
,
model
.
FCostTypeId
,
model
.
BankAccountId
,
HelpBranchId
,
accountNumber
,
KingdeeClientID
,
AuditNumber
,
CheckPeriod
,
BankSubjectId
);
if
(
rapi
.
resultCode
==
1
&&
IncomeFee
>
0
)
{
module2
.
UpdateFinanceFee
(
model
.
WorkFlowId
.
Value
,
IncomeFee
,
userInfo
);
string
uffMsg
=
module2
.
UpdateFinanceFee
(
model
.
WorkFlowId
.
Value
,
IncomeFee
,
userInfo
);
if
(!
string
.
IsNullOrEmpty
(
uffMsg
))
{
LogHelper
.
Write
(
"出纳审核修改手续费错误:"
+
uffMsg
);
}
}
return
rapi
;
}
...
...
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