1
yusijie
2025-07-31 bff221c68b6ba5644a5b810e304479af15cf48d6
WebAPI/Controllers/XSGL/Xs_OutDoorBillController.cs
@@ -1220,7 +1220,7 @@
        #region  出门确认单报表
        [Route("Xs_OutDoorBill/Xs_OutDoorBillReport")]
        [HttpGet]
        public object Xs_OutDoorBillReport(string HBeginDate, string HEndDate, string sWhere, string user)
        public object Xs_OutDoorBillReport(string HBeginDate, string HEndDate, string sWhere, string user,int HOperationType)
        {
            try
            {
@@ -1233,7 +1233,7 @@
                    return objJsonResult;
                }
                string sql = "exec h_p_Xs_OutDoorBillReport '" + HBeginDate + "','" + HEndDate + "','" + sWhere + "'";
                string sql = "exec h_p_Xs_OutDoorBillReport '" + HBeginDate + "','" + HEndDate + "','" + sWhere + "'," + HOperationType;
                ds = oCN.RunProcReturn(sql, "h_p_Xs_OutDoorBillReport");