| | |
| | | <result column="last_modifier" jdbcType="VARCHAR" property="lastModifier" /> |
| | | <result column="last_modify_time" jdbcType="TIMESTAMP" property="lastModifyTime" /> |
| | | <result column="ts" jdbcType="TIMESTAMP" property="ts" /> |
| | | <result column="domain" jdbcType="VARCHAR" property="domain" /> |
| | | <result column="biz_domain" jdbcType="VARCHAR" property="bizDomain" /> |
| | | <result column="consistence" jdbcType="VARCHAR" property="consistence" /> |
| | | </resultMap> |
| | | |
| | |
| | | oid, id, name, description, table_name, revision_rule_id, revision_rule_name,revision_flag, |
| | | revision_sep, input_revision_flag, secret_flag, abstract_flag, impl_class, shape,life_cycle_flag, life_cycle_id,life_cycle_name, |
| | | version_rule,sub_life_cycle_id,sub_life_cycle_name, view_flag, view_create_sql,btm_name, owner, creator, create_time, last_modifier, |
| | | last_modify_time, ts,domain,consistence |
| | | last_modify_time, ts,biz_domain,consistence |
| | | </sql> |
| | | <sql id="tableName"> |
| | | pl_omd_btm_type |
| | |
| | | #{item.lastModifier,jdbcType=VARCHAR}, |
| | | #{item.lastModifyTime,jdbcType=TIMESTAMP}, |
| | | #{item.ts,jdbcType=TIMESTAMP}, |
| | | #{item.domain,jdbcType=VARCHAR}, |
| | | #{item.bizDomain,jdbcType=VARCHAR}, |
| | | #{item.consistence,jdbcType=VARCHAR} |
| | | from dual |
| | | ) |
| | |
| | | last_modifier = #{lastModifier,jdbcType=VARCHAR}, |
| | | last_modify_time = #{lastModifyTime,jdbcType=TIMESTAMP}, |
| | | ts = #{ts,jdbcType=TIMESTAMP}, |
| | | domain = #{domain,jdbcType=VARCHAR}, |
| | | biz-domain = #{bizDomain,jdbcType=VARCHAR}, |
| | | consistence = #{consistence,jdbcType=VARCHAR} |
| | | where OID = #{oid,jdbcType=VARCHAR} |
| | | </update> |