Jelajahi Sumber

斗拱支付

Chris-zy 1 tahun lalu
induk
melakukan
aaa69bbb64

+ 7 - 7
mp-service/src/main/resources/mapper/pay/PaymentConfigMapper.xml

@@ -110,7 +110,7 @@
     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
   </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
     <if test="distinct">
       distinct
@@ -142,13 +142,13 @@
     delete from mp_payment_config
     where id = #{id,jdbcType=VARCHAR}
   </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
     <if test="_parameter != null">
       <include refid="Example_Where_Clause" />
     </if>
   </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, 
       update_time, make_person, modifier, 
       modifier_time, locked, del_tag, 
@@ -178,7 +178,7 @@
       #{publicKeyHuifu,jdbcType=VARCHAR}, #{appletId,jdbcType=VARCHAR}, #{appletSecret,jdbcType=VARCHAR}, 
       #{wechatSecret,jdbcType=VARCHAR}, #{dougongProductId,jdbcType=VARCHAR})
   </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
     <trim prefix="(" suffix=")" suffixOverrides=",">
       <if test="id != null">
@@ -431,7 +431,7 @@
       </if>
     </trim>
   </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
     <if test="_parameter != null">
       <include refid="Example_Where_Clause" />
@@ -615,7 +615,7 @@
       <include refid="Update_By_Example_Where_Clause" />
     </if>
   </update>
-  <update id="updateByPrimaryKeySelective" parameterType="com.bluesx.erp.entity.PaymentConfig">
+  <update id="updateByPrimaryKeySelective" parameterType="com.qs.mp.pay.domain.PaymentConfig">
     update mp_payment_config
     <set>
       <if test="dataOrder != null">
@@ -741,7 +741,7 @@
     </set>
     where id = #{id,jdbcType=VARCHAR}
   </update>
-  <update id="updateByPrimaryKey" parameterType="com.bluesx.erp.entity.PaymentConfig">
+  <update id="updateByPrimaryKey" parameterType="com.qs.mp.pay.domain.PaymentConfig">
     update mp_payment_config
     set data_order = #{dataOrder,jdbcType=INTEGER},
       create_time = #{createTime,jdbcType=TIMESTAMP},