Explorar el Código

[SQL优化][优化]:title为空时,不传此参数

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
f8155fa130
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/MarkingDataReportServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/MarkingDataReportServiceImpl.java Ver fichero

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



Cargando…
Cancelar
Guardar