@@ -57,7 +57,7 @@ public class AflNoticeTemplateInfoFindPageRequest extends JpaPageableDataRequest | |||
builder.append(" AND anti.vehicleBrand = :vehicleBrand", vehicleBrand); | |||
} | |||
if (noticeType!=null){ | |||
builder.append(" AND anti.noticeType LIKE :noticeType", noticeType); | |||
builder.append(" AND anti.noticeType = :noticeType", noticeType); | |||
} | |||
if (!StringUtils.isEmpty(accessChannelName)){ | |||
builder.append(" AND aaci.accessChannelName LIKE :accessChannelName",like(accessChannelName)); |