| | |
| | | public object Sb_EquipFileBillResumeDate(string HInterID) |
| | | { |
| | | |
| | | DataTable ds, ds1; |
| | | DataTable ds, ds1,ds2; |
| | | long HInterID1 = long.Parse(HInterID); |
| | | List<object> list = new List<object>(); |
| | | try |
| | |
| | | string sql1 = string.Format($"exec h_p_Gy_EquipRecord {HInterID1}"); |
| | | ds = oCN.RunProcReturn(sql1, "h_p_Gy_EquipRecord").Tables[0]; |
| | | ds1 = oCN.RunProcReturn(sql1, "h_p_Gy_EquipRecord").Tables[1]; |
| | | ds2 = oCN.RunProcReturn(sql1, "h_p_Gy_EquipRecord").Tables[2]; |
| | | |
| | | list.Add(ds);//日常记录 |
| | | list.Add(ds1);//维修记录 |
| | | list.Add(ds2);//配件更换清单 |
| | | objJsonResult.code = "0"; |
| | | objJsonResult.count = 1; |
| | | objJsonResult.Message = "获取信息成功!"; |