提交 2f013c54 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 8a6643d8
......@@ -16,6 +16,6 @@ public interface FgPlateMapper extends BaseMapper<Plate> {
* @author xjg
* @date 2019年1月16日 上午10:45:35
*/
@Select(" select id,name,sort,createTime from plate where id >2 order by sort desc ")
@Select(" select * from plate where id >2 order by sort desc ")
List<Plate> page();
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论