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
Lixiaodi
2018-11-28 21:24:12 +0800
Commit
448b3c06751da1478e3b19a469cc196d63364c29
2 parents
4a35b8b1
0f74f0d3
Merge branch 'test6.8.2' of
http://git.yoho.cn/ufo/yohoufo-fore
into test6.8.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
product/src/main/java/com/yohoufo/product/controller/ProductController.java
product/src/main/java/com/yohoufo/product/controller/ProductController.java
View file @
448b3c0
...
...
@@ -221,7 +221,7 @@ public class ProductController {
}
//下架
if
(
2
==
status
.
intValue
())
{
dbStatus
=
10
4
;
dbStatus
=
4
;
}
try
{
...
...
Please
register
or
login
to post a comment