소스 검색

调整

master
zouhantao 2 달 전
부모
커밋
45b7e47ae2
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      gly-base-core/src/main/java/cn/com/taiji/core/repo/request/msgw/MsgwSendApplyPageRequest.java

+ 1
- 2
gly-base-core/src/main/java/cn/com/taiji/core/repo/request/msgw/MsgwSendApplyPageRequest.java 파일 보기

@@ -16,7 +16,7 @@ public class MsgwSendApplyPageRequest extends JpaDateTimePageableDataRequest<Msg
private AuditStatus status;

public MsgwSendApplyPageRequest() {
this.orderBy="id";
this.orderBy="insertTime";
this.desc=true;
}

@@ -27,7 +27,6 @@ public class MsgwSendApplyPageRequest extends JpaDateTimePageableDataRequest<Msg
hql.append(" and status=:status", status);
hql.append(" and insertTime>=:startTime", startTime);
hql.append(" and insertTime<=:endTime", endTime);
hql.append( " order by insertTime desc ");
return hql;
}


Loading…
취소
저장