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
b13428f2
Commit
b13428f2
authored
Sep 25, 2021
by
liyanlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
649b6a70
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
AbstractCostService.java
...er/module/cost/service/impl/cost/AbstractCostService.java
+1
-0
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/impl/cost/AbstractCostService.java
View file @
b13428f2
...
@@ -321,6 +321,7 @@ public abstract class AbstractCostService implements CostService {
...
@@ -321,6 +321,7 @@ public abstract class AbstractCostService implements CostService {
req
.
setIsLend
(
1
);
req
.
setIsLend
(
1
);
}
}
if
(
req
.
getCostForm
().
equals
(
4
))
{
if
(
req
.
getCostForm
().
equals
(
4
))
{
req
.
setCostForm
(
3
);
req
.
setIsLend
(
2
);
req
.
setIsLend
(
2
);
}
}
}
}
...
...
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