username@email.com
2025-09-23 bda15c5427010f9a422fc5c2b338e7cfdd2117af
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)
            {