添加会员支付
This commit is contained in:
@@ -185,4 +185,9 @@
|
||||
updated_at = #{updatedAt,jdbcType=BIGINT}
|
||||
where id = #{id,jdbcType=INTEGER}
|
||||
</update>
|
||||
|
||||
<select id="countSelectByShopIdAndPayType" resultType="int">
|
||||
|
||||
select count(id) from tb_shop_pay_type where shop_id=#{shopId} and is_display=1 and pay_type=#{payType}
|
||||
</select>
|
||||
</mapper>
|
||||
@@ -301,6 +301,19 @@
|
||||
<if test="code != null">
|
||||
code = #{code,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
<if test="dynamicCode != null">
|
||||
dynamic_code = #{dynamicCode,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
|
||||
<if test="isPwd != null">
|
||||
is_pwd = #{isPwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
|
||||
<if test="pwd != null">
|
||||
pwd = #{pwd,jdbcType=VARCHAR},
|
||||
</if>
|
||||
<if test="isAttention != null">
|
||||
is_attention = #{isAttention,jdbcType=TINYINT},
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user