Authored by ping

log 显示修改

@@ -28,7 +28,7 @@ import com.yoho.service.model.activity.coupon.response.CouponActivityResponseBO; @@ -28,7 +28,7 @@ import com.yoho.service.model.activity.coupon.response.CouponActivityResponseBO;
28 public class CouponActivityController { 28 public class CouponActivityController {
29 29
30 30
31 -static Logger log = LoggerFactory.getLogger(CocacolaController.class); 31 +static Logger log = LoggerFactory.getLogger(CouponActivityController.class);
32 32
33 @Resource 33 @Resource
34 ICouponActivityService couponActivityService; 34 ICouponActivityService couponActivityService;
@@ -13,7 +13,6 @@ import org.apache.commons.lang3.StringUtils; @@ -13,7 +13,6 @@ import org.apache.commons.lang3.StringUtils;
13 import org.slf4j.Logger; 13 import org.slf4j.Logger;
14 import org.slf4j.LoggerFactory; 14 import org.slf4j.LoggerFactory;
15 import org.springframework.beans.BeanUtils; 15 import org.springframework.beans.BeanUtils;
16 -import org.springframework.beans.factory.annotation.Autowired;  
17 import org.springframework.beans.factory.annotation.Value; 16 import org.springframework.beans.factory.annotation.Value;
18 import org.springframework.stereotype.Service; 17 import org.springframework.stereotype.Service;
19 18