|
@@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
limit #{offset},#{pageSize}
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectConfigById" parameterType="Long" resultMap="SysConfigResult">
|
|
|
+ <select id="selectConfigById" resultMap="SysConfigResult">
|
|
|
<include refid="selectConfigDo"/>
|
|
|
where config_id = #{configId} and isvalid =1
|
|
|
</select>
|