Bladeren bron

优化

shuiqilin
zhangxin 1 jaar geleden
bovenliggende
commit
42f2891f11

+ 1
- 1
src/main/java/com/qtzl/alterSales/manager/model/protocol/sales/AflNoticeTemplateInfoFindPageRequest.java Bestand weergeven

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

Laden…
Annuleren
Opslaan