检查,资产,文件

master
20918 11 months ago
parent 0bff3f9950
commit 9bb2e2cd4e

@ -78,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectTdPropertyInfoByUseId" parameterType="String" resultMap="TdPropertyInfoResult">
<include refid="selectTdPropertyInfoVo"/>
where use_id = #{useId}
where use_id = #{id}
</select>
<insert id="insertTdPropertyInfo" parameterType="TdPropertyInfo">

Loading…
Cancel
Save