show-cloud(十三) mybatis plus 經常使用例子收集

一、寫sql查詢最大排序號web /** * 獲取當前最大的排序號 * @return */ @Select("select max(DB_SEQUENCE) from G_STATION ") Object getOrderNum(); 二、寫sql來進行分頁查詢 service裏面的寫法sql @Override public IPage<
相關文章
相關標籤/搜索