|
@@ -110,7 +110,7 @@
|
|
sys_id, huifu_id, merchant_name, store_name, available_tag, private_key_dougong,
|
|
sys_id, huifu_id, merchant_name, store_name, available_tag, private_key_dougong,
|
|
public_key_huifu, applet_id, applet_secret, wechat_secret, dougong_product_id
|
|
public_key_huifu, applet_id, applet_secret, wechat_secret, dougong_product_id
|
|
</sql>
|
|
</sql>
|
|
- <select id="selectByExample" parameterType="com.bluesx.erp.entity.PaymentConfigExample" resultMap="BaseResultMap">
|
|
|
|
|
|
+ <select id="selectByExample" parameterType="com.qs.mp.pay.domain.PaymentConfigExample" resultMap="BaseResultMap">
|
|
select
|
|
select
|
|
<if test="distinct">
|
|
<if test="distinct">
|
|
distinct
|
|
distinct
|
|
@@ -142,13 +142,13 @@
|
|
delete from mp_payment_config
|
|
delete from mp_payment_config
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
</delete>
|
|
</delete>
|
|
- <delete id="deleteByExample" parameterType="com.bluesx.erp.entity.PaymentConfigExample">
|
|
|
|
|
|
+ <delete id="deleteByExample" parameterType="com.qs.mp.pay.domain.PaymentConfigExample">
|
|
delete from mp_payment_config
|
|
delete from mp_payment_config
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
<include refid="Example_Where_Clause" />
|
|
<include refid="Example_Where_Clause" />
|
|
</if>
|
|
</if>
|
|
</delete>
|
|
</delete>
|
|
- <insert id="insert" parameterType="com.bluesx.erp.entity.PaymentConfig">
|
|
|
|
|
|
+ <insert id="insert" parameterType="com.qs.mp.pay.domain..PaymentConfig">
|
|
insert into mp_payment_config (id, data_order, create_time,
|
|
insert into mp_payment_config (id, data_order, create_time,
|
|
update_time, make_person, modifier,
|
|
update_time, make_person, modifier,
|
|
modifier_time, locked, del_tag,
|
|
modifier_time, locked, del_tag,
|
|
@@ -178,7 +178,7 @@
|
|
#{publicKeyHuifu,jdbcType=VARCHAR}, #{appletId,jdbcType=VARCHAR}, #{appletSecret,jdbcType=VARCHAR},
|
|
#{publicKeyHuifu,jdbcType=VARCHAR}, #{appletId,jdbcType=VARCHAR}, #{appletSecret,jdbcType=VARCHAR},
|
|
#{wechatSecret,jdbcType=VARCHAR}, #{dougongProductId,jdbcType=VARCHAR})
|
|
#{wechatSecret,jdbcType=VARCHAR}, #{dougongProductId,jdbcType=VARCHAR})
|
|
</insert>
|
|
</insert>
|
|
- <insert id="insertSelective" parameterType="com.bluesx.erp.entity.PaymentConfig">
|
|
|
|
|
|
+ <insert id="insertSelective" parameterType="com.qs.mp.pay.domain.PaymentConfig">
|
|
insert into mp_payment_config
|
|
insert into mp_payment_config
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<trim prefix="(" suffix=")" suffixOverrides=",">
|
|
<if test="id != null">
|
|
<if test="id != null">
|
|
@@ -431,7 +431,7 @@
|
|
</if>
|
|
</if>
|
|
</trim>
|
|
</trim>
|
|
</insert>
|
|
</insert>
|
|
- <select id="countByExample" parameterType="com.bluesx.erp.entity.PaymentConfigExample" resultType="java.lang.Long">
|
|
|
|
|
|
+ <select id="countByExample" parameterType="com.qs.mp.pay.domain.PaymentConfigExample" resultType="java.lang.Long">
|
|
select count(*) from mp_payment_config
|
|
select count(*) from mp_payment_config
|
|
<if test="_parameter != null">
|
|
<if test="_parameter != null">
|
|
<include refid="Example_Where_Clause" />
|
|
<include refid="Example_Where_Clause" />
|
|
@@ -615,7 +615,7 @@
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
<include refid="Update_By_Example_Where_Clause" />
|
|
</if>
|
|
</if>
|
|
</update>
|
|
</update>
|
|
- <update id="updateByPrimaryKeySelective" parameterType="com.bluesx.erp.entity.PaymentConfig">
|
|
|
|
|
|
+ <update id="updateByPrimaryKeySelective" parameterType="com.qs.mp.pay.domain.PaymentConfig">
|
|
update mp_payment_config
|
|
update mp_payment_config
|
|
<set>
|
|
<set>
|
|
<if test="dataOrder != null">
|
|
<if test="dataOrder != null">
|
|
@@ -741,7 +741,7 @@
|
|
</set>
|
|
</set>
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
where id = #{id,jdbcType=VARCHAR}
|
|
</update>
|
|
</update>
|
|
- <update id="updateByPrimaryKey" parameterType="com.bluesx.erp.entity.PaymentConfig">
|
|
|
|
|
|
+ <update id="updateByPrimaryKey" parameterType="com.qs.mp.pay.domain.PaymentConfig">
|
|
update mp_payment_config
|
|
update mp_payment_config
|
|
set data_order = #{dataOrder,jdbcType=INTEGER},
|
|
set data_order = #{dataOrder,jdbcType=INTEGER},
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|
|
create_time = #{createTime,jdbcType=TIMESTAMP},
|