提交 cfa272cc 编写于 作者: zhouweidong's avatar zhouweidong

补充用户上下文in查询

上级 8299c95d
......@@ -205,7 +205,7 @@ TARGET=PSDATAENTITY
<#comment>数据查询context条件转换</#comment>
<#function contextParamConvert contextParam>
<#comment>补充 IN上下级条件查询 IN (${srfdatacontext('cityid','{"defname":"CITYID","dename":"CITY"}')}) -->IN ( ${srf.srfdatacontext.cityid} ) </#comment>
<#assign resultParam=contextParam?replace("IN|in (\\$\\{srf(datacontext|sessioncontext|webcontext)\\('(\\w+)','(.*?)'\\)})","$\{srf.$1.$2}","r")>
<#assign resultParam=contextParam?replace("IN|in \\$\\{srf(datacontext|sessioncontext|webcontext)\\('(\\w+)','(.*?)'\\)}","$\{srf.$1.$2}","r")>
<#comment>平台配置格式替换${srfdatacontext('cityid','{"defname":"CITYID","dename":"CITY"}')} --> #{srf.srfdatacontext.cityid} </#comment>
<#assign resultParam=resultParam?replace("\\$\\{srf(datacontext|sessioncontext|webcontext)\\('(\\w+)','(.*?)'\\)}","#\{srf.$1.$2}","r")>
<#comment>用户配置格式替换${srfdatacontext('cityid')} --> #{srf.srfdatacontext.cityid} </#comment>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册