|
@@ -309,6 +309,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="redPacketNum != null">red_packet_num = #{redPacketNum},</if>
|
|
|
<if test="redPacketAmount != null">red_packet_amount = #{redPacketAmount},</if>
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
+ <if test="companyBelongOwner != null">company_belong_owner=#{companyBelongOwner},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|