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