Просмотр исходного кода

文本管理接口调整

master
huminghao 1 месяц назад
Родитель
Сommit
38078ed1f6

+ 0
- 1
gly-base-core/src/main/java/cn/com/taiji/core/entity/issue/IssueOrderRefund.java Просмотреть файл

@@ -1,6 +1,5 @@
package cn.com.taiji.core.entity.issue;

import cn.com.taiji.common.entity.StringPropertyUUIDEntity;
import cn.com.taiji.core.entity.AbstractStringPropertyUUIDEntity;
import cn.com.taiji.core.entity.dict.basic.UserType;
import cn.com.taiji.core.entity.dict.issue.BankType;

+ 2
- 2
gly-base-core/src/main/java/cn/com/taiji/core/repo/request/operation/NoticePromptTextPageRequest.java Просмотреть файл

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

Загрузка…
Отмена
Сохранить