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
1c5ad488
Commit
1c5ad488
authored
Jan 15, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# fee 管理成本
parent
acb4dc2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CostTypeResult.java
...om/blt/other/module/cost/dto/response/CostTypeResult.java
+3
-0
CostTypeMapper.xml
cost-service/src/main/resources/mapper/CostTypeMapper.xml
+2
-1
No files found.
cost-service/src/main/java/com/blt/other/module/cost/dto/response/CostTypeResult.java
View file @
1c5ad488
...
@@ -58,5 +58,8 @@ public class CostTypeResult {
...
@@ -58,5 +58,8 @@ public class CostTypeResult {
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
LocalDateTime
lastUpdateTime
;
private
LocalDateTime
lastUpdateTime
;
@ApiModelProperty
(
"是否管理成本"
)
private
Integer
isManageCost
;
}
}
cost-service/src/main/resources/mapper/CostTypeMapper.xml
View file @
1c5ad488
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
t1.update_user_id,
t1.update_user_id,
t1.last_update_time,
t1.last_update_time,
t1.create_user_id,
t1.create_user_id,
t1.create_user
t1.create_user,
t1.is_manage_cost
from cost_type t1
from cost_type t1
left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no
left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no
where t1.cost_template_type =#{req.costTemplateType}
where t1.cost_template_type =#{req.costTemplateType}
...
...
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