Authored by Lixiaodi

Merge branch 'test6.8.2' of http://git.yoho.cn/ufo/yohoufo-fore into test6.8.2

... ... @@ -221,7 +221,7 @@ public class ProductController {
}
//下架
if(2 == status.intValue()) {
dbStatus = 104;
dbStatus = 4;
}
try {
... ...