| @@ -17,8 +17,6 @@ import lombok.Data; | |||||
| import lombok.EqualsAndHashCode; | import lombok.EqualsAndHashCode; | ||||
| import lombok.ToString; | import lombok.ToString; | ||||
| import org.apache.commons.lang3.StringUtils; | import org.apache.commons.lang3.StringUtils; | ||||
| import org.slf4j.Logger; | |||||
| import org.slf4j.LoggerFactory; | |||||
| import java.math.BigDecimal; | import java.math.BigDecimal; | ||||
| @@ -32,7 +30,6 @@ import java.util.Map; | |||||
| @ToString(callSuper = true) | @ToString(callSuper = true) | ||||
| @EqualsAndHashCode(callSuper = true) | @EqualsAndHashCode(callSuper = true) | ||||
| public class WxCoupon extends TenantEntity { | public class WxCoupon extends TenantEntity { | ||||
| private final Logger logger = LoggerFactory.getLogger(this.getClass()); | |||||
| protected Long id; | protected Long id; | ||||
| @@ -269,7 +266,6 @@ public class WxCoupon extends TenantEntity { | |||||
| } | } | ||||
| } | } | ||||
| }catch(Exception e){ | }catch(Exception e){ | ||||
| logger.error("wxCoupon productAttrs 转换异常"+e.getMessage()); | |||||
| } | } | ||||
| } | } | ||||
| @@ -293,7 +289,6 @@ public class WxCoupon extends TenantEntity { | |||||
| } | } | ||||
| } | } | ||||
| }catch(Exception e){ | }catch(Exception e){ | ||||
| logger.error("wxCoupon skuAttrs 转换异常"+e.getMessage()); | |||||
| } | } | ||||
| } | } | ||||