From 09612a470c33f602a6204a5110ff437f4ba685b4 Mon Sep 17 00:00:00 2001 From: msyu Date: Sat, 30 Aug 2025 18:03:30 +0300 Subject: [PATCH] 023 bugfix --- Application.cfc | 2 +- deal_ls.cfm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Application.cfc b/Application.cfc index 61b45d3..fe4540b 100644 --- a/Application.cfc +++ b/Application.cfc @@ -99,7 +99,7 @@ - + diff --git a/deal_ls.cfm b/deal_ls.cfm index 9261953..aefd18a 100644 --- a/deal_ls.cfm +++ b/deal_ls.cfm @@ -71,8 +71,8 @@ left outer join elma.aggrements g on (a.contract_uid = g.__id) where 1=1 order by - limit #pageInfo.recordsPerPage# - offset #pageInfo.nStart# +