|
@@ -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">
|