wxr
2020-04-14 06696e6f225733a60b03eea4a7c6374053d92c1d
HDL_ON/UI/UI2/FuntionControlView/ChooseRoomPageBLL.cs
@@ -3,6 +3,9 @@
namespace HDL_ON.UI
{
    /// <summary>
    /// 功能分配房间BLL
    /// </summary>
    public partial class ChooseRoomPage
    {
        /// <summary>
@@ -55,6 +58,7 @@
                        function.roomIdList.Remove(room.sid);
                    }
                }
                Entity.DB_ResidenceData.InitRoomFunction();
                Entity.DB_ResidenceData.residenceData.SaveResidenceData();
            };
        }