zhangxin 1 рік тому
джерело
коміт
42f2891f11

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/model/protocol/sales/AflNoticeTemplateInfoFindPageRequest.java Переглянути файл

@@ -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));

Завантаження…
Відмінити
Зберегти