This commit is contained in:
张潘 2025-05-23 16:35:11 +08:00
parent 34db89e2eb
commit 5c6feb29ae
1 changed files with 0 additions and 1 deletions

View File

@ -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}