YL
2021-08-27 536cb4b530878367a01a49af6ca77e654a0d3867
WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -398,7 +398,7 @@
            {
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList " + sWhere, "h_v_MES_StationOutBillList");
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationOutBillList " + sWhere + " order by 出站时间 desc", "h_v_MES_StationOutBillList");
                }
                else
                {