添加现金充值操作密码

This commit is contained in:
韩鹏辉
2024-07-11 13:51:22 +08:00
parent 707f846af0
commit 6e7ee2137b
5 changed files with 39 additions and 3 deletions

View File

@@ -22,6 +22,8 @@
<result column="msg_able" jdbcType="TINYINT" property="msgAble" />
<result column="created_at" jdbcType="BIGINT" property="createdAt" />
<result column="updated_at" jdbcType="BIGINT" property="updatedAt" />
<result column="pwd" jdbcType="VARCHAR" property="pwd" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.chaozhanggui.system.cashierservice.entity.TbmerchantAccount">
<result column="head_img" jdbcType="LONGVARCHAR" property="headImg" />
@@ -29,7 +31,7 @@
<sql id="Base_Column_List">
id, account, password, merchant_id, shop_id, shop_snap, is_admin, is_mercantile,
name, sex, email, telephone, status, sort, role_id, last_login_at, mp_open_id, msg_able,
created_at, updated_at
created_at, updated_at,pwd
</sql>
<sql id="Blob_Column_List">
head_img