Merge remote-tracking branch 'origin/dev-cq-bug' into dev

This commit is contained in:
15856 2024-04-30 13:11:10 +08:00
commit 1419b8c32d
1 changed files with 2 additions and 2 deletions

View File

@ -68,8 +68,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="remark != null">remark = #{remark},</if> <if test="remark != null">remark = #{remark},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if> <if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
<if test="companyId != null and companyId != ''">company_id = #{companyId},</if> <if test="companyId != null and companyId != ''">company_id = #{companyId},</if>
<if test="concat != null and concat != ''">concat = #{concat},</if> <if test="concat != null">concat = #{concat},</if>
<if test="phone != null and phone != ''">phone = #{phone},</if> <if test="phone != null">phone = #{phone},</if>
update_time = sysdate() update_time = sysdate()
</set> </set>
where house_id = #{houseId} where house_id = #{houseId}