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
684662ce
Commit
684662ce
authored
Jan 22, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
4d898e6c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
CostTypeBaseReq.java
...om/blt/other/module/cost/dto/request/CostTypeBaseReq.java
+2
-0
IDepartmentReviewerService.java
.../other/module/sys/service/IDepartmentReviewerService.java
+2
-0
CostTypeMapper.xml
cost-service/src/main/resources/mapper/CostTypeMapper.xml
+3
-0
No files found.
cost-service/src/main/java/com/blt/other/module/cost/dto/request/CostTypeBaseReq.java
View file @
684662ce
...
@@ -22,4 +22,6 @@ public class CostTypeBaseReq {
...
@@ -22,4 +22,6 @@ public class CostTypeBaseReq {
@ApiModelProperty
(
value
=
"费用模版类型作用"
,
hidden
=
true
)
@ApiModelProperty
(
value
=
"费用模版类型作用"
,
hidden
=
true
)
private
Integer
costTemplateType
;
private
Integer
costTemplateType
;
private
String
typeName
;
}
}
cost-service/src/main/java/com/blt/other/module/sys/service/IDepartmentReviewerService.java
View file @
684662ce
...
@@ -47,7 +47,9 @@ public interface IDepartmentReviewerService extends IService<DepartmentReviewer>
...
@@ -47,7 +47,9 @@ public interface IDepartmentReviewerService extends IService<DepartmentReviewer>
*/
*/
void
removeDepartmentReviewer
(
RemoveDepartmentReviewerReq
req
);
void
removeDepartmentReviewer
(
RemoveDepartmentReviewerReq
req
);
//导入
void
importExcel
(
DepartmentReviewerImportReq
excel
);
void
importExcel
(
DepartmentReviewerImportReq
excel
);
//导出
void
exportExcel
(
HttpServletResponse
response
,
DepartmentReviewerExportReq
req
);
void
exportExcel
(
HttpServletResponse
response
,
DepartmentReviewerExportReq
req
);
}
}
cost-service/src/main/resources/mapper/CostTypeMapper.xml
View file @
684662ce
...
@@ -31,6 +31,9 @@
...
@@ -31,6 +31,9 @@
<if
test=
"req.accountingSubjectNo !=null and req.accountingSubjectNo!='' "
>
<if
test=
"req.accountingSubjectNo !=null and req.accountingSubjectNo!='' "
>
and t1.accounting_subject_no = #{req.accountingSubjectNo}
and t1.accounting_subject_no = #{req.accountingSubjectNo}
</if>
</if>
<if
test=
"req.typeName !=null and req.typeName!='' "
>
and t1.type_name = #{req.typeName}
</if>
</sql>
</sql>
<select
id=
"selectByNo"
resultType=
"com.blt.other.database.model.CostTypeDomain"
>
<select
id=
"selectByNo"
resultType=
"com.blt.other.database.model.CostTypeDomain"
>
...
...
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