Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
bltdc
dc-cost-system
Commits
ca4d9d30
Commit
ca4d9d30
authored
Apr 28, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用单创建新增加拿大元币种解析
parent
d3b6f6b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CurUtils.java
...main/java/com/blt/other/other_commons/utils/CurUtils.java
+1
-0
CostDao.java
...e/src/main/java/com/blt/other/other_cost/dao/CostDao.java
+4
-0
No files found.
cost-core/src/main/java/com/blt/other/other_commons/utils/CurUtils.java
View file @
ca4d9d30
...
@@ -50,6 +50,7 @@ public class CurUtils {
...
@@ -50,6 +50,7 @@ public class CurUtils {
curMap
.
put
(
"GBP"
,
"英镑"
);
curMap
.
put
(
"GBP"
,
"英镑"
);
curMap
.
put
(
"AUD"
,
"澳元"
);
curMap
.
put
(
"AUD"
,
"澳元"
);
curMap
.
put
(
"CNY"
,
"人民币"
);
curMap
.
put
(
"CNY"
,
"人民币"
);
curMap
.
put
(
"CAD"
,
"加拿大元"
);
return
curMap
;
return
curMap
;
}
}
...
...
cost-core/src/main/java/com/blt/other/other_cost/dao/CostDao.java
View file @
ca4d9d30
...
@@ -122,4 +122,8 @@ public interface CostDao {
...
@@ -122,4 +122,8 @@ public interface CostDao {
Integer
selectCostStatusByNo
(
@Param
(
"costNo"
)
String
costNo
);
Integer
selectCostStatusByNo
(
@Param
(
"costNo"
)
String
costNo
);
List
<
CostDto
>
getCostByRejectStatus
();
List
<
CostDto
>
getCostByRejectStatus
();
List
<
String
>
listCostNo
();
Integer
updateCashierAnnex
(
@Param
(
"costNo"
)
String
costNo
,
@Param
(
"filePath"
)
String
filePath
,
@Param
(
"downloadUrl"
)
String
downloadUrl
);
}
}
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