Browse Source

机构层级不保存修复

hefeng 5 years ago
parent
commit
b89ce719b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/chinaitop/depot/system/mapper/OrgInfoMapper.xml

+ 2 - 2
src/main/java/com/chinaitop/depot/system/mapper/OrgInfoMapper.xml

@@ -163,7 +163,7 @@
163 163
       status, del_flag, birds_eye, 
164 164
       birds_Remote, brief_introduction, invoice_title, 
165 165
       regist_number, bank_name, account_name, 
166
-      account_number)
166
+      account_number,level_code)
167 167
     values (#{orgId,jdbcType=INTEGER}, #{orgName,jdbcType=VARCHAR}, #{shortName,jdbcType=VARCHAR}, 
168 168
       #{orgCode,jdbcType=VARCHAR}, #{orgClassId,jdbcType=INTEGER}, #{companyNature,jdbcType=INTEGER}, 
169 169
       #{busiType,jdbcType=INTEGER}, #{address,jdbcType=VARCHAR}, #{contact,jdbcType=VARCHAR}, 
@@ -179,7 +179,7 @@
179 179
       #{status,jdbcType=INTEGER}, #{delFlag,jdbcType=INTEGER}, #{birdsEye,jdbcType=VARCHAR}, 
180 180
       #{birdsRemote,jdbcType=VARCHAR}, #{briefIntroduction,jdbcType=VARCHAR}, #{invoiceTitle,jdbcType=VARCHAR}, 
181 181
       #{registNumber,jdbcType=VARCHAR}, #{bankName,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR}, 
182
-      #{accountNumber,jdbcType=VARCHAR})
182
+      #{accountNumber,jdbcType=VARCHAR}, #{levelCode,jdbcType=VARCHAR})
183 183
   </insert>
184 184
   <insert id="insertSelective" parameterType="com.chinaitop.depot.system.model.OrgInfo" useGeneratedKeys="true" keyProperty="orgId">
185 185
     insert into org_info