添加支付密码
This commit is contained in:
@@ -306,14 +306,6 @@
|
|||||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
|
||||||
<if test="isPwd != null">
|
|
||||||
is_pwd = #{isPwd,jdbcType=VARCHAR},
|
|
||||||
</if>
|
|
||||||
|
|
||||||
<if test="pwd != null">
|
|
||||||
pwd = #{pwd,jdbcType=VARCHAR},
|
|
||||||
</if>
|
|
||||||
<if test="isAttention != null">
|
<if test="isAttention != null">
|
||||||
is_attention = #{isAttention,jdbcType=TINYINT},
|
is_attention = #{isAttention,jdbcType=TINYINT},
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
@@ -102,7 +102,8 @@
|
|||||||
#{tips,jdbcType=VARCHAR}, #{sourcePath,jdbcType=VARCHAR}, #{isSalesPerson,jdbcType=TINYINT},
|
#{tips,jdbcType=VARCHAR}, #{sourcePath,jdbcType=VARCHAR}, #{isSalesPerson,jdbcType=TINYINT},
|
||||||
#{isAttentionMp,jdbcType=TINYINT}, #{city,jdbcType=VARCHAR}, #{searchWord,jdbcType=VARCHAR},
|
#{isAttentionMp,jdbcType=TINYINT}, #{city,jdbcType=VARCHAR}, #{searchWord,jdbcType=VARCHAR},
|
||||||
#{lastLogInAt,jdbcType=BIGINT}, #{lastLeaveAt,jdbcType=BIGINT}, #{createdAt,jdbcType=BIGINT},
|
#{lastLogInAt,jdbcType=BIGINT}, #{lastLeaveAt,jdbcType=BIGINT}, #{createdAt,jdbcType=BIGINT},
|
||||||
#{updatedAt,jdbcType=BIGINT}, #{bindParentAt,jdbcType=BIGINT}, #{grandParentId,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR},#{isPwd,jdbcType=VARCHAR},#{pwd,jdbcType=VARCHAR}
|
#{updatedAt,jdbcType=BIGINT}, #{bindParentAt,jdbcType=BIGINT}, #{grandParentId,jdbcType=VARCHAR}, #{password,jdbcType=VARCHAR},
|
||||||
|
#{isPwd,jdbcType=VARCHAR},#{pwd,jdbcType=VARCHAR}
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
<insert id="insertSelective" parameterType="com.chaozhanggui.system.cashierservice.entity.TbUserInfo">
|
<insert id="insertSelective" parameterType="com.chaozhanggui.system.cashierservice.entity.TbUserInfo">
|
||||||
|
|||||||
Reference in New Issue
Block a user