|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
<result property="remark" column="remark" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="deptId" column="dept_id" jdbcType="BIGINT"/>
|
|
|
|
|
<result property="deptName" column="dept_name" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="trainPost" column="train_post" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="smPost" column="sm_post" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="trainAddress" column="train_address" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="organizeDept" column="organize_dept" jdbcType="VARCHAR"/>
|
|
|
|
|
<result property="eductTime" column="educt_time" jdbcType="VARCHAR"/>
|
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
train_id,train_name,create_id,
|
|
|
|
|
create_by,create_time,update_by,
|
|
|
|
|
update_time,remark,dept_id,
|
|
|
|
|
dept_name,train_post,train_address,
|
|
|
|
|
dept_name,sm_post,train_address,
|
|
|
|
|
organize_dept,educt_time,educt_content,
|
|
|
|
|
organize_msg,apply_id,train_time
|
|
|
|
|
</sql>
|
|
|
|
|