|
@@ -109,18 +109,18 @@
|
|
|
<if test="wsno != null and wsno != ''">#{wsno},</if>
|
|
|
<if test="owner != null">#{owner},</if>
|
|
|
<if test="year != null">#{year},</if>
|
|
|
- #{jan},
|
|
|
- #{feb},
|
|
|
- #{mar},
|
|
|
- #{apr},
|
|
|
- #{may},
|
|
|
- #{jun},
|
|
|
- #{jul},
|
|
|
- #{aug},
|
|
|
- #{sep},
|
|
|
- #{oct},
|
|
|
- #{nov},
|
|
|
- #{dec},
|
|
|
+ <if test="jan != null">#{jan},</if>
|
|
|
+ <if test="feb != null">#{feb},</if>
|
|
|
+ <if test="mar != null">#{mar},</if>
|
|
|
+ <if test="apr != null">#{apr},</if>
|
|
|
+ <if test="may != null">#{may},</if>
|
|
|
+ <if test="jun != null">#{jun},</if>
|
|
|
+ <if test="jul != null">#{jul},</if>
|
|
|
+ <if test="aug != null">#{aug},</if>
|
|
|
+ <if test="sep != null">#{sep},</if>
|
|
|
+ <if test="oct != null">#{oct},</if>
|
|
|
+ <if test="nov != null">#{nov},</if>
|
|
|
+ <if test="dec != null">#{dec},</if>
|
|
|
<if test="average != null">#{average},</if>
|
|
|
<if test="item != null">#{item},</if>
|
|
|
<if test="delFlag != null">#{delFlag},</if>
|