YL
2021-08-27 e157f39528700e7a06d0fa5cb577ce0b04a63a0f
WebAPI/Controllers/CJGL/Cj_StationEntrustOutBillController.cs
@@ -33,7 +33,7 @@
            {
                if (sWhere == null || sWhere.Equals(""))
                {
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationEntrustOutBillList " + sWhere, "h_v_MES_StationEntrustOutBillList");
                    ds = oCN.RunProcReturn("select * from h_v_MES_StationEntrustOutBillList " + sWhere+ " order by 接收时间 desc", "h_v_MES_StationEntrustOutBillList");
                }
                else
                {