Exemple #1
0
 public string SavEventStart(
     string iAdminID,            //上传人ID不能为空
     string cAdminName,          //上传人姓名不能为空
     string iDeptID,             //上传人部门不能为空
     string EventFromId,         //事件来源不能为空
     string UrgencyId,           //紧急程度不能为空
     string EventTypeId,         //事件类型不能为空
     string EventTypeId2,        //事件内容不能为空
     string LinkMan,             //联系人
     string LinkCall,            //联系电话
     string EventAddress,        //事件地址
     string EventX,              //X
     string EventY,              //Y
     string ExecDetpID,          //处理人部门
     string ExecPersonId,        //处理人
     string EventDesc,           //事件说明
     string Bae64Image           //图片
     )
 {
     return(Data_Inspection_Dal.SavEventStart(
                iAdminID,
                cAdminName,
                iDeptID,
                EventFromId,
                UrgencyId,
                EventTypeId,
                EventTypeId2,
                LinkMan,
                LinkCall,
                EventAddress,
                EventX,
                EventY,
                ExecDetpID,
                ExecPersonId,
                EventDesc,
                Bae64Image
                ));
 }
Exemple #2
0
 public string GetNextSignStep(int PersonId)
 {
     return(Data_Inspection_Dal.GetNextSignStep(PersonId));
 }
Exemple #3
0
 public string UpValveStateLog(string PersonId, int SmId, string ValveOpenState, string OperationCause, string OperationCondition, string Remark)
 {
     return(Data_Inspection_Dal.UpValveStateLog(PersonId, SmId, ValveOpenState, OperationCause, OperationCondition, Remark));
 }
Exemple #4
0
 public string UpdateNewsState(string PersonId, string MessageId)
 {
     return(Data_Inspection_Dal.UpdateNewsState(PersonId, MessageId));
 }
Exemple #5
0
 public string GetUrgent_Degree()
 {
     return(Data_Inspection_Dal.GetUrgent_Degree());
 }
Exemple #6
0
 public string Get_EventType()
 {
     return(Data_Inspection_Dal.Get_EventType());
 }
Exemple #7
0
 public string Down_Taskplan(int id, string CurrentDayDate)
 {
     return(Data_Inspection_Dal.Get_Taskplan(id, CurrentDayDate));
 }
Exemple #8
0
 public string User_Check(string name, string pwd, string smid)
 {
     return(Data_Inspection_Dal.User_CheckLogin(name, pwd, smid));
 }
Exemple #9
0
 public string HiddenTroubleReport_UpAgain(string Uptime, string Bae64Image, string Bae64Voice, int EventId, int EventContentId, string EventAddress, string Description, int MUngercyId, int MLevelId, string OperEventID, string TaskId)
 {
     return(Data_Inspection_Dal.HiddenTroubleReport_UpAgain(Uptime, Bae64Image, Bae64Voice, EventId, EventContentId, EventAddress, Description, MUngercyId, MLevelId, OperEventID, TaskId));
 }
Exemple #10
0
 public string GetReturnBackEventListDetail(string PersonId, string TaskId)
 {
     return(Data_Inspection_Dal.GetReturnBackEventListDetail(PersonId, TaskId));
 }
Exemple #11
0
 public string GetReturnBackEventList(string PersonId)
 {
     return(Data_Inspection_Dal.GetReturnBackEventList(PersonId));
 }
Exemple #12
0
 public string HiddenTroubleReport_Insert_Scada(string Devicename, int Devicesmid, string Uptime, string X, string Y, string Longitude, string Latitude, int PersonId, string Base64Image, string Base64Voice, int EventId, int EventContentId, string EventAddress, string Description, int IsHidden, int TaskId, int MUngercyId, int MLevelId, int PointType, int IsTemp, int DeptId, int EventFromId)
 {
     return(Data_Inspection_Dal.HiddenTroubleReport_Insert(Devicename, Devicesmid, Uptime, X, Y, Longitude, Latitude, PersonId, Base64Image, Base64Voice, EventId, EventContentId, EventAddress, Description, IsHidden, TaskId, MUngercyId, MLevelId, PointType, IsTemp, DeptId, EventFromId));
 }
Exemple #13
0
 public string GetHandler_Level()
 {
     return(Data_Inspection_Dal.GetHandler_Level());
 }
Exemple #14
0
 public string QianDao_JiNing(string Lwr_PersonId, string Lwr_BeiZhu, string Lwr_GpsStatus, string Lwr_MobileStatus, string Lwr_Power, string Lwr_XY, int DeptId)
 {
     return(Data_Inspection_Dal.QianDao_JiNing(Lwr_PersonId, Lwr_BeiZhu, Lwr_GpsStatus, Lwr_MobileStatus, Lwr_Power, Lwr_XY, DeptId));
 }
Exemple #15
0
 public string UPCoordinatePosition(string PositionX, string PositionY, string UpTime, int PersonId, int isOnline)
 {
     return(Data_Inspection_Dal.UPCoordinatePosition(PositionX, PositionY, UpTime, PersonId, isOnline));
 }
Exemple #16
0
 public string Get_WorkRecord_JiNing(int PersonId, string DateStartStr, string DateEndStr)
 {
     return(Data_Inspection_Dal.Get_WorkRecord_JiNing(PersonId, DateStartStr, DateEndStr));
 }
Exemple #17
0
 public string GetUser_CheckLogin(string name, string personId)
 {
     return(Data_Inspection_Dal.GetUser_CheckLogin(name, personId));
 }
Exemple #18
0
 public string HdUser_Check(string name)
 {
     return(Data_Inspection_Dal.User_CheckLogin(name, "", ""));
 }
Exemple #19
0
 //[WebService]
 public string Get_Notice()
 {
     return(Data_Inspection_Dal.Get_Notice());
 }
Exemple #20
0
 public string GetTaskplanInfo(int TaskId)
 {
     return(Data_Inspection_Dal.GetTaskplanInfo(TaskId));
 }
Exemple #21
0
 public string Get_News_List(string PersonId, string SearchMonth)
 {
     return(Data_Inspection_Dal.Get_News_List(PersonId, SearchMonth));
 }
Exemple #22
0
 public void ProcessRequest(HttpContext context)
 {
     context.Response.Write(Data_Inspection_Dal.Get_Notice());
 }
Exemple #23
0
 public string Get_EventTypeDetail(string ParentTypeId)
 {
     return(Data_Inspection_Dal.Get_EventTypeDetail(ParentTypeId));
 }