Explorar o código

feat: prov_abbr

shc hai 8 meses
pai
achega
9358ca8a23

+ 3 - 0
hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptMapper.xml

@@ -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>