仲国强
2021-09-09 27f1cc301fc772b64f3439dae0106e64b06bfe6f
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
                {