|
|
|
@ -11,11 +11,13 @@
|
|
|
|
|
<if test="entCode != null">ent_code,</if>
|
|
|
|
|
<if test="year != null">year,</if>
|
|
|
|
|
<if test="enterpriseName != null">enterprise_name,</if>
|
|
|
|
|
<if test="district!= null">district,</if>
|
|
|
|
|
</trim>
|
|
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
|
|
<if test="entCode != null">#{entCode},</if>
|
|
|
|
|
<if test="year != null">#{year},</if>
|
|
|
|
|
<if test="enterpriseName != null">#{enterpriseName},</if>
|
|
|
|
|
<if test="district != null">#{district},</if>
|
|
|
|
|
</trim>
|
|
|
|
|
|
|
|
|
|
</insert>
|
|
|
|
|