|
@@ -139,6 +139,9 @@
|
|
|
<if test="abbr != null and abbr != ''">
|
|
|
abbr = #{abbr,jdbcType=VARCHAR},
|
|
|
</if>
|
|
|
+ <if test="provAbbr != null and provAbbr != ''">
|
|
|
+ prov_abbr = #{provAbbr,jdbcType=VARCHAR},
|
|
|
+ </if>
|
|
|
<if test="delFlag != null">
|
|
|
del_flag = #{delFlag,jdbcType=VARCHAR},
|
|
|
</if>
|