首页 > 其他 > 详细

Freemaker:操作集合

时间:2018-07-16 22:45:43      阅读:174      评论:0      收藏:0      [点我收藏+]


<#if (id?index_of(‘Base‘) >= 0)>
    <choose>
        <when test="rootOrgID !=null and rootOrgID != ‘‘">
            rootOrgID = ${"#{"+‘rootOrgID‘+"}"}
        </when>
        <otherwise>
            branchOrgID = ${"#{"+‘rootOrgID‘+"}"}
        </otherwise>
    </choose>
 <#else>
    <choose>
        <when test="schoolID !=null and schoolID != ‘‘">
            schoolID = ${"#{"+‘schoolID‘+"}"}
        </when>
        <otherwise>
            branchSchoolID = ${"#{"+‘branchSchoolID‘+"}"}
         </otherwise>
     </choose>                
 </#if>

Freemaker:操作集合

原文:https://www.cnblogs.com/huiy/p/9320693.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!