Browse Source

同步小区

lin 4 years ago
parent
commit
bf8a099dd2
1 changed files with 3 additions and 1 deletions
  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="create_by" property="createBy" jdbcType="VARCHAR"/>
         <result column="update_by" property="updateBy" jdbcType="VARCHAR"/>
+        <result column="org_id" property="orgId" jdbcType="INTEGER"/>
     </resultMap>
 
     <!--auto generated Code-->
@@ -42,7 +43,8 @@
         date_create,
         date_update,
         create_by,
-        update_by
+        update_by,
+        org_id
     </sql>
 
     <sql id="General_Column_List">