XMTT 5 年之前
父节点
当前提交
3ec39a4d16
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/ekexiu/portal/team/TeamDao.java

+ 1 - 1
src/main/java/com/ekexiu/portal/team/TeamDao.java

82
    int insert(Connection con, TeamPro teamPro) throws SQLException;
82
    int insert(Connection con, TeamPro teamPro) throws SQLException;
83
83
84
    @PageSelect
84
    @PageSelect
85
    @OrderBy("order by id")
85
    @OrderBy("ORDER BY SECRETARY DESC NULLS LAST,CHIEF DESC NULLS LAST,ID DESC")
86
    PageQueryResult<TeamPro> queryPro(Connection con, String id, int pageSize, int pageNo) throws SQLException;
86
    PageQueryResult<TeamPro> queryPro(Connection con, String id, int pageSize, int pageNo) throws SQLException;
87
87
88
    @DeleteWith
88
    @DeleteWith