|
@@ -141,6 +141,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="id != null">id,</if>
|
|
|
<if test="userCardId != null">user_card_id,</if>
|
|
|
<if test="type != null">type,</if>
|
|
|
+ <if test="orderId != null">order_id,</if>
|
|
|
<if test="createBy != null">create_by,</if>
|
|
|
<if test="createTime != null">create_time,</if>
|
|
|
<if test="updateBy != null">update_by,</if>
|
|
@@ -150,6 +151,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="id != null">#{id},</if>
|
|
|
<if test="userCardId != null">#{userCardId},</if>
|
|
|
<if test="type != null">#{type},</if>
|
|
|
+ <if test="orderId != null">#{orderId},</if>
|
|
|
<if test="createBy != null">#{createBy},</if>
|
|
|
<if test="createTime != null">#{createTime},</if>
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|