Commit e2930b8c authored by lixuan's avatar lixuan

feat: 房源

parent 7036438f
......@@ -28,7 +28,7 @@
<update id="updateBusinessEntitySell" parameterType="com.ruoyi.system.domain.house.BusinessEntitySell">
UPDATE business_entity_sell
<set>
<if test="BusinessEntityInfoId != null">business_entity_info_id=#{businessEntityInfoId},</if>
<if test="businessEntityInfoId != null">business_entity_info_id=#{businessEntityInfoId},</if>
<if test="year != null">year=#{year},</if>
<if test="yearSell != null">year_sell=#{yearSell},</if>
<if test="yearTax != null">year_tax=#{yearTax},</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment