feat:删除团队

This commit is contained in:
苏竹红
2025-11-04 09:28:38 +08:00
parent f620f8a751
commit 6d974b60a1

View File

@@ -14,7 +14,7 @@
</resultMap>
<select id="countByTeamId" resultType="java.lang.Integer">
select count(1) from shop_decoration_assign where decoration_team_id = #{teamId}
select count(1) from zxjp_shop_decoration_assign where decoration_team_id = #{teamId}
</select>