소스 검색

feat: prov_abbr

shc 8 달 전
부모
커밋
9358ca8a23
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      hnqz-upms/hnqz-upms-biz/src/main/resources/mapper/SysDeptMapper.xml

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