106 common bookmarks

This commit is contained in:
msyu
2025-05-15 16:51:26 +03:00
parent b5972a2094
commit d68e194b94
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
//variables.framework.docs={};
variables.framework.docs.APIName="Deck API";
variables.framework.docs.APIVersion="0.105"; /*$ git config --global --unset user.password*/
variables.framework.docs.APIVersion="0.106"; /*$ git config --global --unset user.password*/
variables.framework.globalHeaders = structNew();
+2 -1
View File
@@ -71,7 +71,8 @@
from bookmark b
/*left outer join contragent k on (b.contragent_id=k.contragent_id)*/
where 1=1 <m:filter_build filter=#filter#/>
AND (b.contragent_id = <cfqueryparam cfsqltype="cf_sql_integer" value=#arguments.contragentId# null=#!isNumeric(arguments.contragentId)#/>)
AND (b.contragent_id = <cfqueryparam cfsqltype="cf_sql_integer" value=#arguments.contragentId# null=#!isNumeric(arguments.contragentId)#/>
OR b.contragent_id=-1)/*общая букмарка*/
order by sort desc
<!--- <m:order_build sortCollection=#this.helper.parseNumericOrder(local.titleMap, arguments.orderBy)# fieldCount=0/>--->
limit #maxrows#