1
duhe
2025-04-21 d703d7cc2f3a86692b1db16793ff2ffc60a1a355
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");