码迷,mamicode.com
首页 > 其他好文 > 详细

freemarker在xml文件中遍历list数据

时间:2016-11-10 19:43:10      阅读:679      评论:0      收藏:0      [点我收藏+]

标签:ack   遍历   bsp   xml文件   free   where   对象   pac   next   

delete
   from pub_channelpackage
   where channelcode = :channelcode
   and channeltype = :channeltype
   <#if packids?exists && packids??>
    and packid in (
          <#list packids as packageId>
     ${packageId}<#if packageId_has_next>,</#if>
    </#list>)
   </#if>

1.<#if packids?exists && packids??>:表示存在packids对象,并且对象的个数不为0;

2.<#list packids as packageId>:表示list中的成员变量为packageId;

3.<#if packageId_has_next>,</#if>:表示如果循环结束,则不加",".如果不加后面有会多一个",".

 

freemarker在xml文件中遍历list数据

标签:ack   遍历   bsp   xml文件   free   where   对象   pac   next   

原文地址:http://www.cnblogs.com/nizuimeiabc1/p/6051711.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!