浏览代码

同步小区

lin 4 年之前
父节点
当前提交
bf8a099dd2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/resources/mapper/CommunityMapper.xml

+ 3 - 1
src/main/resources/mapper/CommunityMapper.xml

@@ -21,6 +21,7 @@
         <result column="date_update" property="dateUpdate" jdbcType="TIMESTAMP"/>
         <result column="date_update" property="dateUpdate" jdbcType="TIMESTAMP"/>
         <result column="create_by" property="createBy" jdbcType="VARCHAR"/>
         <result column="create_by" property="createBy" jdbcType="VARCHAR"/>
         <result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
         <result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
+        <result column="org_id" property="orgId" jdbcType="INTEGER"/>
     </resultMap>
     </resultMap>
 
 
     <!--auto generated Code-->
     <!--auto generated Code-->
@@ -42,7 +43,8 @@
         date_create,
         date_create,
         date_update,
         date_update,
         create_by,
         create_by,
-        update_by
+        update_by,
+        org_id
     </sql>
     </sql>
 
 
     <sql id="General_Column_List">
     <sql id="General_Column_List">