|
@@ -102,22 +102,6 @@ public class LantoneProductFacade extends LantoneProductServiceImpl {
|
|
|
return true;
|
|
|
}
|
|
|
|
|
|
- /* *//**
|
|
|
- * 更改产品状态业务逻辑
|
|
|
- *
|
|
|
- * @param lantoneProduct
|
|
|
- * @return Boolean true
|
|
|
- *//*
|
|
|
- public Boolean productStatus(LantoneProduct lantoneProduct) {
|
|
|
- lantoneProduct.setModifier(UserUtils.getCurrentPrincipleID());
|
|
|
- lantoneProduct.setGmtModified(DateUtil.now());
|
|
|
- if (!updateById(lantoneProduct)) {
|
|
|
- throw new CommonException(CommonErrorCode.FAIL);
|
|
|
- }
|
|
|
- return true;
|
|
|
- }*/
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 查询当前用户已开通产品
|
|
|
*
|