Merge remote-tracking branch 'origin/dev-cq-bug' into dev
This commit is contained in:
commit
1419b8c32d
|
|
@ -68,8 +68,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="remark != null">remark = #{remark},</if>
|
||||
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||
<if test="companyId != null and companyId != ''">company_id = #{companyId},</if>
|
||||
<if test="concat != null and concat != ''">concat = #{concat},</if>
|
||||
<if test="phone != null and phone != ''">phone = #{phone},</if>
|
||||
<if test="concat != null">concat = #{concat},</if>
|
||||
<if test="phone != null">phone = #{phone},</if>
|
||||
update_time = sysdate()
|
||||
</set>
|
||||
where house_id = #{houseId}
|
||||
|
|
|
|||
Loading…
Reference in New Issue