质量更新:
1、企业及分支机构检查 2、机具设备 批量退场 3、质量会议互通到总包 4、机具设备互通到总包
This commit is contained in:
@@ -13,7 +13,7 @@ namespace FineUIPro.Web.TestRun.Meeting
|
||||
string id = Request.Params["id"];
|
||||
if (!string.IsNullOrEmpty(id))
|
||||
{
|
||||
Model.Driver_Meeting data = BLL.MeetingService.GetMeetingById(id);
|
||||
Model.Driver_Meeting data = BLL.DriverMeetingService.GetMeetingById(id);
|
||||
if (data != null)
|
||||
{
|
||||
this.hdId.Text = id;
|
||||
|
||||
Reference in New Issue
Block a user