|
|
@@ -25,6 +25,18 @@
|
|
|
|
|
|
</foreach>
|
|
|
</when>
|
|
|
+ <when test="item.indexOf('in') != -1">
|
|
|
+ <foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
+ <if test="detailIndex == 3">
|
|
|
+ (${itemDetail})
|
|
|
+ </if>
|
|
|
+
|
|
|
+ <if test="detailIndex < 3">
|
|
|
+ ${itemDetail}
|
|
|
+ </if>
|
|
|
+
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
<otherwise>
|
|
|
<foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
<if test="detailIndex == 3">
|
|
|
@@ -92,6 +104,18 @@
|
|
|
|
|
|
</foreach>
|
|
|
</when>
|
|
|
+ <when test="item.indexOf('in') != -1">
|
|
|
+ <foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
+ <if test="detailIndex == 3">
|
|
|
+ (${itemDetail})
|
|
|
+ </if>
|
|
|
+
|
|
|
+ <if test="detailIndex < 3">
|
|
|
+ ${itemDetail}
|
|
|
+ </if>
|
|
|
+
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
<otherwise>
|
|
|
<foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
<if test="detailIndex == 3">
|
|
|
@@ -162,6 +186,18 @@
|
|
|
|
|
|
</foreach>
|
|
|
</when>
|
|
|
+ <when test="item.indexOf('in') != -1">
|
|
|
+ <foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
+ <if test="detailIndex == 3">
|
|
|
+ (${itemDetail})
|
|
|
+ </if>
|
|
|
+
|
|
|
+ <if test="detailIndex < 3">
|
|
|
+ ${itemDetail}
|
|
|
+ </if>
|
|
|
+
|
|
|
+ </foreach>
|
|
|
+ </when>
|
|
|
<otherwise>
|
|
|
<foreach item="itemDetail" index="detailIndex" collection="item.split('_,')">
|
|
|
<if test="detailIndex == 3">
|