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
d078008e
Commit
d078008e
authored
Jan 20, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# update
parent
55853c14
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CostTypeService.java
...va/com/blt/other/module/cost/service/CostTypeService.java
+1
-1
CostTypeMapper.xml
cost-service/src/main/resources/mapper/CostTypeMapper.xml
+1
-1
No files found.
cost-service/src/main/java/com/blt/other/module/cost/service/CostTypeService.java
View file @
d078008e
...
...
@@ -59,9 +59,9 @@ public interface CostTypeService extends IService<CostTypeDomain> {
*/
CostTypeResult
queryByNo
(
String
typeNo
);
//获取物流subjectCode
GetLogisticsCodeResp
getLogisticsCode
();
//获取物流subjectCode
//获取物流银行帐号
GetLogisticsBankResp
getLogisticsBank
(
String
subSupplierName
);
...
...
cost-service/src/main/resources/mapper/CostTypeMapper.xml
View file @
d078008e
...
...
@@ -28,7 +28,7 @@
from cost_type t1
left join accounting_subject t2 on t1.accounting_subject_no = t2.subject_no
where t1.cost_template_type =#{req.costTemplateType}
<if
test=
"req.accountingSubjectNo !=null"
>
<if
test=
"req.accountingSubjectNo !=null
and req.accountingSubjectNo!=''
"
>
and t1.accounting_subject_no = #{req.accountingSubjectNo}
</if>
</sql>
...
...
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