|
|
|
|
|
|
|
|
builder.append(" AND anti.vehicleBrand = :vehicleBrand", vehicleBrand); |
|
|
builder.append(" AND anti.vehicleBrand = :vehicleBrand", vehicleBrand); |
|
|
} |
|
|
} |
|
|
if (noticeType!=null){ |
|
|
if (noticeType!=null){ |
|
|
builder.append(" AND anti.noticeType LIKE :noticeType", noticeType); |
|
|
|
|
|
|
|
|
builder.append(" AND anti.noticeType = :noticeType", noticeType); |
|
|
} |
|
|
} |
|
|
if (!StringUtils.isEmpty(accessChannelName)){ |
|
|
if (!StringUtils.isEmpty(accessChannelName)){ |
|
|
builder.append(" AND aaci.accessChannelName LIKE :accessChannelName",like(accessChannelName)); |
|
|
builder.append(" AND aaci.accessChannelName LIKE :accessChannelName",like(accessChannelName)); |