2025021
This commit is contained in:
parent
34db89e2eb
commit
5c6feb29ae
|
|
@ -28,7 +28,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
|
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectServiceCateById" parameterType="Long" resultMap="ServiceCateResult">
|
<select id="selectServiceCateById" parameterType="Long" resultMap="ServiceCateResult">
|
||||||
<include refid="selectServiceCateVo"/>
|
<include refid="selectServiceCateVo"/>
|
||||||
where id = #{id}
|
where id = #{id}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue