加盟费付款增加字段,发票回传增加字段

This commit is contained in:
shuo.wang
2025-02-11 15:33:07 +08:00
parent 47c8d0d585
commit 8b485f1840
8 changed files with 17 additions and 1 deletions

View File

@@ -24,11 +24,12 @@
<result column="deleted" jdbcType="BIT" property="deleted"/>
<result column="pay_business_type" jdbcType="TINYINT" property="payBusinessType"/>
<result column="amount" jdbcType="DECIMAL" property="amount"/>
<result column="combined_field" jdbcType="VARCHAR" property="combinedField"/>
</resultMap>
<sql id="Base_Column_List">
id,shop_id, partner_id, line_id, pay_status, pay_type, pay_user_name, pay_account, bank_code,
bank_name, branch_bank_code, branch_bank_name, pay_time, pay_pic, promise_pic, create_time,
update_time, create_user_id, update_user_id, deleted,pay_business_type,amount
update_time, create_user_id, update_user_id, deleted,pay_business_type,amount,combined_field
</sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select