Просмотр исходного кода

feat: 用户、组织机构导入功能开发;

hanchaolong 19 часов назад
Родитель
Сommit
693f00283f

+ 1 - 1
jd-logistics-modules/jd-logistics-system/src/main/resources/mapper/system/SysDeptMapper.xml

@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
   			<if test="openBank != null and openBank != ''">open_bank,</if>
   			<if test="openBank != null and openBank != ''">open_bank,</if>
   			<if test="bankAccount != null and bankAccount != ''">bank_account,</if>
   			<if test="bankAccount != null and bankAccount != ''">bank_account,</if>
   			<if test="companyAddress != null and companyAddress != ''">company_address,</if>
   			<if test="companyAddress != null and companyAddress != ''">company_address,</if>
-            <if test="deptCode != null and deptCode != ''">#{deptCode},</if>
+            <if test="deptCode != null and deptCode != ''">dept_code,</if>
  			create_time
  			create_time
  		)values(
  		)values(
  			<if test="deptId != null and deptId != 0">#{deptId},</if>
  			<if test="deptId != null and deptId != 0">#{deptId},</if>