Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
LUOXC
2018-12-20 11:57:42 +0800
Commit
b1acf3df5818dcd62722523f3ff979aa89e984e9
2 parents
a6cee43d
30562d5a
Merge branch 'hotfix-20181219' into test6.8.4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yohoufo/order/service/support/DeliveryWayCostSupport.java
order/src/main/java/com/yohoufo/order/service/support/DeliveryWayCostSupport.java
View file @
b1acf3d
...
...
@@ -25,7 +25,7 @@ public class DeliveryWayCostSupport {
double
defaultValue
=
15
;
try
{
ApiResponse
resp
=
ufoServiceCaller
.
call
(
ApiResponse
<
String
>
resp
=
ufoServiceCaller
.
call
(
"ufo.resource.getConfigTypeContent"
,
ApiResponse
.
class
,
key
);
...
...
Please
register
or
login
to post a comment