Commit da14c0ba authored by lixuan's avatar lixuan

Merge branch 'dev'

parents 479eb3be 1ad25ad4
Pipeline #144866 failed with stages
in 28 minutes and 15 seconds
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<update id="updateBusinessEntitySell" parameterType="com.ruoyi.system.domain.house.BusinessEntitySell"> <update id="updateBusinessEntitySell" parameterType="com.ruoyi.system.domain.house.BusinessEntitySell">
UPDATE business_entity_sell UPDATE business_entity_sell
<set> <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="year != null">year=#{year},</if>
<if test="yearSell != null">year_sell=#{yearSell},</if> <if test="yearSell != null">year_sell=#{yearSell},</if>
<if test="yearTax != null">year_tax=#{yearTax},</if> <if test="yearTax != null">year_tax=#{yearTax},</if>
...@@ -59,4 +59,4 @@ ...@@ -59,4 +59,4 @@
resultType="com.ruoyi.system.domain.house.BusinessEntitySell"> resultType="com.ruoyi.system.domain.house.BusinessEntitySell">
SELECT * FROM business_entity_sell WHERE business_entity_info_id in <foreach collection="entityIds" item="entityId" open="(" close=")" separator=",">#{entityId}</foreach> SELECT * FROM business_entity_sell WHERE business_entity_info_id in <foreach collection="entityIds" item="entityId" open="(" close=")" separator=",">#{entityId}</foreach>
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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