This commit is contained in:
苏竹红
2024-06-26 09:38:37 +08:00
parent f95d24d564
commit a4b9b2f0d2

View File

@@ -19,7 +19,7 @@
<select id="selectByShopId" resultMap="BaseResultMap">
select
*
from decoration_design_info where shop_id = #{shopId} and deleted = 0
from xfsg_decoration_design_info where shop_id = #{shopId} and deleted = 0
</select>