Authored by ping

log 显示修改

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