添加会员付款吗
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
<result column="telephone" jdbcType="VARCHAR" property="telephone" />
|
||||
<result column="is_vip" jdbcType="TINYINT" property="isVip" />
|
||||
<result column="code" jdbcType="VARCHAR" property="code" />
|
||||
<result column="dynamic_code" jdbcType="VARCHAR" property="dynamicCode" />
|
||||
<result column="is_attention" jdbcType="TINYINT" property="isAttention" />
|
||||
<result column="attention_at" jdbcType="INTEGER" property="attentionAt" />
|
||||
<result column="is_shareholder" jdbcType="TINYINT" property="isShareholder" />
|
||||
@@ -302,6 +303,10 @@
|
||||
code = #{code,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
|
||||
<if test="dynamicCode != null">
|
||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="dynamicCode != null">
|
||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user