| | |
| | | <result column="handle_user_name" property="handleUserName" jdbcType="VARCHAR" /> |
| | | <result column="handle_date" property="handleDate" jdbcType="TIMESTAMP" /> |
| | | <result column="handle_result" property="handleResult" jdbcType="VARCHAR" /> |
| | | <result column="btm_name" property="btmname" jdbcType="VARCHAR" /> |
| | | <result column="btm_name" property="btmName" jdbcType="VARCHAR" /> |
| | | <result column="creator" property="creator" jdbcType="VARCHAR" /> |
| | | <result column="create_time" property="createTime" jdbcType="TIMESTAMP" /> |
| | | <result column="last_modifier" property="lastModifier" jdbcType="VARCHAR" /> |
| | | <result column="last_modify_time" property="lastModifyTime" jdbcType="TIMESTAMP" /> |
| | | <result column="TS" property="ts" jdbcType="TIMESTAMP" /> |
| | | <result column="add_attributes" property="addAttributes" jdbcType="CLOB" /> |
| | | <result column="modify_attributes" property="modifyAttributes" jdbcType="CLOB" /> |
| | |
| | | <sql id="base_query_column"> |
| | | oid, id, name, description, business_type, table_name, task_name, modify_column_reason, order_modify_user_name, |
| | | order_modify_date, handle_finish_flag, handle_user_name, handle_date, handle_result, btm_name, creator, create_time, |
| | | ts, add_attributes, modify_attributes, delete_attributes, before_modify_attributes |
| | | last_modifier, last_modify_time, ts, add_attributes, modify_attributes, delete_attributes, before_modify_attributes |
| | | </sql> |
| | | <sql id="tableName"> |
| | | pl_omd_modify_attribute_info |