Commit 1ad25ad4 authored by lixuan's avatar lixuan

Merge branch 'dev-lx' into dev

parents ab8567a5 e2930b8c
Pipeline #144865 failed with stages
in 5 minutes and 48 seconds
......@@ -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