wtt
2024-11-29 b57da8b5cc90a4f9a66f830fad03d76c8512d2fc
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";