WebAPI/Controllers/CJGL/Sc_WorkBeginDotCheckBillController.cs
@@ -1616,6 +1616,14 @@ string HInterId = dic["HInterId"].ToString(); ds = oCN.RunProcReturn("exec h_p_DotCheckDayList '" + Type + "','" + HInterId + "'", "h_p_DotCheckDayList"); if (ds.Tables.Count == 0) { objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "未查询到数据!"; objJsonResult.data = null; return objJsonResult; } if (ds == null || ds.Tables[0].Rows.Count == 0) { objJsonResult.code = "0";