Commit 733601d1 authored by 周健威's avatar 周健威

修改

parent 2226ba99
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
<foreach collection ="vpclist" item="vpc" index="index" separator =","> <foreach collection ="vpclist" item="vpc" index="index" separator =",">
<if test="vpc.state == 0" > <if test="vpc.state == 0" >
(#{vpc.parentId},#{vpc.name},#{vpc.icon},#{vpc.depict} (#{vpc.parentId},#{vpc.name},#{vpc.icon},#{vpc.depict}
,#{vpc.rank},#{vpc.level},#{vpc.state},#{vpc.crtTime} <if test="vpc.rank != null">
,#{vpc.rank}
</if>
,#{vpc.level},#{vpc.state},#{vpc.crtTime}
,#{vpc.updTime},#{vpc.isMore},#{vpc.startUsing}) ,#{vpc.updTime},#{vpc.isMore},#{vpc.startUsing})
</if> </if>
</foreach> </foreach>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment