feat:平台账号

This commit is contained in:
苏竹红
2025-04-09 10:04:35 +08:00
parent f42f751cce
commit abc7c206c4
19 changed files with 425 additions and 25 deletions

View File

@@ -126,4 +126,11 @@
#{shopId}
</foreach>
</update>
<select id="getALlFail">
select * from xfsg_shop_account WHERE
system_name in ('火码POS','云流水','新掌柜')
and status = 6
</select>
</mapper>