username@email.com
2026-03-20 c3dab3908d307997738498f2cd1d80cfaeced4b1
CY_ECommercePlatform/CY.SQLDAL/OA/CoreDeliverOrderDAL.cs
@@ -28,7 +28,7 @@
        /// <summary>
        /// 分页默认排序字段
        /// </summary>
        const string ORDERBY = " MakeTime";
        const string ORDERBY = "  DeliveryMoble asc,MakeTime asc ";
        #endregion
        public CoreDeliverOrderDAL()
        {