feat:阶段完成

This commit is contained in:
苏竹红
2025-04-14 11:06:36 +08:00
parent 99f9444176
commit 7ca5a4305e
7 changed files with 88 additions and 19 deletions

View File

@@ -71,6 +71,27 @@
order by id
</select>
<select id="selectByShopIdAndSystemName" resultMap="BaseResultMap">
SELECT
id,
shop_id,
system_name,
account,
bound_phone,
password_salt,
password,
status,
entry_status,
create_time,
last_sync_time,
remark
FROM
xfsg_shop_account
WHERE
shop_id = #{shopId}
and system_name = #{systemName}
</select>
<!-- 根据shopId与system_name修改status -->
<update id="updateStatusByShopIdAndSystemName">
UPDATE