023 bugfix
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@
|
||||
|
||||
|
||||
<cfset request.RECORDS_PER_PAGE=500/>
|
||||
<cfset request.APP_VERSION="0.00.022"/>
|
||||
<cfset request.APP_VERSION="0.00.023"/>
|
||||
<cfset request.STAND=getStand()/>
|
||||
|
||||
<cflock scope="application" type="readonly" timeout=3>
|
||||
|
||||
+2
-2
@@ -71,8 +71,8 @@
|
||||
left outer join elma.aggrements g on (a.contract_uid = g.__id)
|
||||
where 1=1 <m:filter_build filter=#pageInfo.settings.filter#/>
|
||||
order by <m:order_build sortArray=#pageInfo.settings.sort.sortArray# fieldCount=#fieldCount#/>
|
||||
limit #pageInfo.recordsPerPage#
|
||||
offset #pageInfo.nStart#
|
||||
<!--- limit #pageInfo.recordsPerPage#
|
||||
offset #pageInfo.nStart# --->
|
||||
</cfquery>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user