|
|
@@ -43,8 +43,8 @@ public class NoticePromptTextPageRequest extends JpaDateTimePageableDataRequest< |
|
|
|
@Override |
|
|
|
public HqlBuilder toSelectHql(){ |
|
|
|
HqlBuilder hql = new HqlBuilder("from NoticePromptText where 1=1 and deleted = 0 "); |
|
|
|
hql.append(" and title like :title",title); |
|
|
|
hql.append(" and text like :text",text); |
|
|
|
hql.append(" and title like :title",like(title)); |
|
|
|
hql.append(" and text like :text",like(text)); |
|
|
|
hql.append(" and textType = :textType",textType); |
|
|
|
hql.append(" and businessType = :businessType",businessType); |
|
|
|
hql.append(" and insertTime >= :startTime",startTime); |