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
mali
7 years ago
Commit
250b21000350891cd8546b556baec582a3d9daf6
2 parents
f64fb08b
931896c7
Merge branch 'master' of
http://git.yoho.cn/ufo/yohoufo-fore
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
order/src/main/java/com/yohoufo/order/service/impl/ShoppingServiceImpl.java
order/src/main/java/com/yohoufo/order/service/impl/ShoppingServiceImpl.java
View file @
250b210
...
...
@@ -8,7 +8,9 @@ import com.yohoufo.order.service.IShoppingService;
import
org.apache.commons.lang3.StringUtils
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.stereotype.Service
;
@Service
public
class
ShoppingServiceImpl
implements
IShoppingService
{
private
final
Logger
logger
=
LoggerFactory
.
getLogger
(
getClass
());
...
...
Please
register
or
login
to post a comment