|
|
|
@ -507,6 +507,19 @@
|
|
|
|
|
</if>
|
|
|
|
|
${izupuser.likeend}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="izplan != null">
|
|
|
|
|
${izplan.rulesOp} tcp.FROMPLANID ${izplan.dataOp} ${izplan.likestar}
|
|
|
|
|
<!-- #{fromuserid.value}-->
|
|
|
|
|
<if test="izplan.value instanceof java.util.List">
|
|
|
|
|
<foreach item="item" collection="izplan.value" open="" separator="," close="">
|
|
|
|
|
#{item}
|
|
|
|
|
</foreach>
|
|
|
|
|
</if>
|
|
|
|
|
<if test="!izplan.value instanceof java.util.List">
|
|
|
|
|
#{izplan.value}
|
|
|
|
|
</if>
|
|
|
|
|
${izplan.likeend}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="iztaskrrom != null">
|
|
|
|
|
${iztaskrrom.rulesOp} tcp.FROMSOURCEID ${iztaskrrom.dataOp} ${iztaskrrom.likestar}
|
|
|
|
|
<!-- #{fromuserid.value}-->
|
|
|
|
|