YL
2021-08-30 ff8e4d1a22ff39fda122cb914efd3c37e78d42fc
WebAPI/Controllers/CJGL/Cj_StationInBillController.cs
@@ -351,7 +351,7 @@
            {
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationInBillList " + sWhere, "h_v_MES_StationInBillList");
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationInBillList " + sWhere+ " order by 进站时间 desc", "h_v_MES_StationInBillList");
                }
                else
                {