Commit 018506d0 by 阮思源

修改下sql

parent d8ff4a3f
......@@ -84,7 +84,7 @@
</delete>
<!--根据类型查询集合-->
<select id="getListByServerType" parameterType="String">
<select id="getListByServerType" parameterType="String" resultMap="BaseResultMap">
select <include refid="Base_Column_List"/>
from book_group_serve
where serve_type=#{serveType}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment