소스 검색

优化

shuiqilin
zhangxin 1 년 전
부모
커밋
42f2891f11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/main/java/com/qtzl/alterSales/manager/model/protocol/sales/AflNoticeTemplateInfoFindPageRequest.java

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

Loading…
취소
저장