|
|
|
@@ -267,7 +267,7 @@ public class MarkingDataReportServiceImpl implements MarkingDataReportService { |
|
|
|
if(markingCouponDataReportDto.getCouponType()!=null){ |
|
|
|
params.put("couponType", markingCouponDataReportDto.getCouponType()); |
|
|
|
} |
|
|
|
if(markingCouponDataReportDto.getCouponType()!=null){ |
|
|
|
if(markingCouponDataReportDto.getCouponTitle()!=null){ |
|
|
|
params.put("couponTitle", markingCouponDataReportDto.getCouponTitle()); |
|
|
|
} |
|
|
|
|
|
|
|
|