wangyu 6 gadi atpakaļ
vecāks
revīzija
5f44880a33

+ 0 - 16
diagbotman-service/src/main/java/com/diagbot/facade/LantoneProductFacade.java

@@ -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;
-    }*/
-
-
     /**
      * 查询当前用户已开通产品
      *