Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huluobin
bailuntec-cost
Commits
c85c4c87
Commit
c85c4c87
authored
Jan 12, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cost req
parent
0f851383
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
CostApiServiceImpl.java
...lt/other/module/cost/service/impl/CostApiServiceImpl.java
+9
-0
FinancialCheckState.java
...dule/cost/service/impl/costcheck/FinancialCheckState.java
+0
-2
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/CostApiServiceImpl.java
View file @
c85c4c87
...
...
@@ -22,6 +22,8 @@ import com.blt.other.module.cost.model.CostDetailDomain;
import
com.blt.other.module.cost.model.CostDomain
;
import
com.blt.other.module.cost.service.CostApiService
;
import
com.blt.other.module.cost.service.UserCostFinansysService
;
import
com.blt.other.module.cost.service.impl.costcheck.CostContext
;
import
com.blt.other.module.cost.service.impl.costcheck.FinancialCheckState
;
import
com.blt.other.module.cost.utils.CostFileUtil
;
import
com.blt.other.module.cost.utils.CostUtils
;
import
org.slf4j.Logger
;
...
...
@@ -272,6 +274,8 @@ public class CostApiServiceImpl implements CostApiService {
CostTypeDao
costTypeDao
;
@Resource
AccountingSubjectMapper
accountingSubjectMapper
;
@Resource
FinancialCheckState
financialCheckState
;
@Override
public
String
pushWageCost
(
WageCostDto
wageCostDto
)
throws
IOException
{
...
...
@@ -361,6 +365,11 @@ public class CostApiServiceImpl implements CostApiService {
costLogDomain
.
setUpdateUsercode
(
user
.
getUsercode
());
costLogDao
.
insert
(
costLogDomain
);
CostContext
costContext
=
new
CostContext
(
costNo
,
costDomain
.
getCreateUserid
());
costContext
.
setCostState
(
financialCheckState
);
financialCheckState
.
updateCurrentReviewer
();
return
costNo
;
}
...
...
cost-service/src/main/java/com/blt/other/module/cost/service/impl/costcheck/FinancialCheckState.java
View file @
c85c4c87
...
...
@@ -33,8 +33,6 @@ public class FinancialCheckState extends CostState {
FinalCheckState
finalCheckState
;
@Resource
CostCompanyDao
costCompanyDao
;
@Resource
IOaUserService
oaUserService
;
@Override
void
nextState
(
CostState
costState
)
{
...
...
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