|
@@ -18,7 +18,6 @@
|
18
|
18
|
<if test="cloud.cloudmap!=null and cloud.cloudmap!=''">cloudmap=#{cloud.cloudmap},</if>
|
19
|
19
|
<if test="cloud.comm!=null and cloud.comm!=''">comm=#{cloud.comm},</if>
|
20
|
20
|
<if test="cloud.cloudbindphone!=null">cloudbindphone=#{cloud.cloudbindphone},</if>
|
21
|
|
- <if test="cloud.stuweb!=null">stuweb=#{cloud.stuweb},</if>
|
22
|
21
|
<if test="cloud.tesupport!=null">tesupport=#{cloud.tesupport},</if>
|
23
|
22
|
<if test="cloud.recordno!=null">recordno=#{cloud.recordno},</if>
|
24
|
23
|
<if test="cloud.starttime!=null">starttime=#{cloud.starttime},</if>
|