username@email.com
2025-08-22 32ad806c4d6bc5aa7aac1948e6c686696a4bbeb0
CY_ECommercePlatform/CY.SQLDAL/OA/OA_FirmAccountRecordDAL.cs
@@ -195,7 +195,7 @@
                    fromSource += string.Format(" and  a.PaymentUnit like '%{0}%'", PaymentUnit);
                }
                return _dataBase.SelectModelPage<Model.OA_FirmAccountRecord>(pa, target, fromSource, "a.LastUpdateTime DESC");
                return _dataBase.SelectModelPage<Model.OA_FirmAccountRecord>(pa, target, fromSource, "a.Keyid DESC");
            }
            catch (Exception ex)
            {