소스 검색

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

hanchaolong 21 시간 전
부모
커밋
693f00283f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jd-logistics-modules/jd-logistics-system/src/main/resources/mapper/system/SysDeptMapper.xml

+ 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="bankAccount != null and bankAccount != ''">bank_account,</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
  		)values(
  			<if test="deptId != null and deptId != 0">#{deptId},</if>