feat:保存配置信息

This commit is contained in:
xiang
2025-07-26 23:33:55 +08:00
parent f0104bf168
commit da2bebc80d
18 changed files with 366 additions and 83 deletions

View File

@@ -281,7 +281,7 @@
<select id="getPerformSeatByProjectId" resultType="com.xiang.xservice.fwd.entity.pojo.FPerformSeatInfo">
select <include refid="Base_Column_List"/>
from fwd_perform_seat_info
where project_id = #{projectId}
where project_id = #{projectId} and sold_out = 0
</select>
</mapper>