移除alipay_app_id、alipay_app_token

This commit is contained in:
谭凯凯
2024-09-29 09:37:33 +08:00
committed by Tankaikai
parent 00e6bb43db
commit 2f6ef82534
2 changed files with 2 additions and 20 deletions

View File

@@ -18,10 +18,10 @@
<result column="app_token" jdbcType="LONGVARCHAR" property="appToken" />
</resultMap>
<sql id="Base_Column_List">
id, type, app_id, alipay_app_id, status, pay_password, applyment_state, created_at, updated_at,small_appid,alipay_small_appid,store_id
id, type, app_id, status, pay_password, applyment_state, created_at, updated_at,small_appid,alipay_small_appid,store_id
</sql>
<sql id="Blob_Column_List">
app_token, alipay_app_token
app_token
</sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Integer" resultMap="ResultMapWithBLOBs">
select