打印样式修改

This commit is contained in:
Tankaikai
2024-10-15 16:31:18 +08:00
parent cb1d05a042
commit e5da3ebb30
7 changed files with 159 additions and 5 deletions

View File

@@ -12,6 +12,7 @@
<result column="updated_at" jdbcType="BIGINT" property="updatedAt" />
<result column="shop_id" jdbcType="INTEGER" property="shopId" />
<result column="small_appid" jdbcType="VARCHAR" property="smallAppid" />
<result column="alipay_small_appid" jdbcType="VARCHAR" property="alipaySmallAppid" />
<result column="store_id" jdbcType="VARCHAR" property="storeId" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.chaozhanggui.system.cashierservice.entity.TbMerchantThirdApply">
@@ -19,7 +20,7 @@
</resultMap>
<sql id="Base_Column_List">
id, type, app_id, status, pay_password, applyment_state, created_at, updated_at,
shop_id,small_appid,store_id
shop_id,small_appid,alipay_small_appid,store_id
</sql>
<sql id="Blob_Column_List">
app_token