提交 98292ae4 作者: dingtalk_nnkplh

修改查询学校的接口

上级 aa5981c1
...@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select> </select>
<select id="selectAllTbSchoolList" resultMap="TbSchoolResult"> <select id="selectAllTbSchoolList" resultMap="TbSchoolResult">
select id, school_cn_name,schoolCampus from tb_school select id, school_cn_name,school_campus from tb_school
</select> </select>
<select id="selectTbSchoolById" parameterType="Long" resultMap="TbSchoolResult"> <select id="selectTbSchoolById" parameterType="Long" resultMap="TbSchoolResult">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论