1
仲国强
2021-09-09 7493a166d0d8711adb4a7c85c23b673e15bee52e
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
                {