|  | @@ -3,10 +3,10 @@
 | 
												
													
														
															|  |  <mapper namespace="com.jeeplus.finance.reimbursementApproval.approvalType.mapper.CwReimbursementTypeMapper">
 |  |  <mapper namespace="com.jeeplus.finance.reimbursementApproval.approvalType.mapper.CwReimbursementTypeMapper">
 | 
												
													
														
															|  |  	<resultMap id="BaseResultMap" type="com.jeeplus.finance.reimbursementApproval.approvalType.domain.CwReimbursementTypeInfo">
 |  |  	<resultMap id="BaseResultMap" type="com.jeeplus.finance.reimbursementApproval.approvalType.domain.CwReimbursementTypeInfo">
 | 
												
													
														
															|  |  		<id property="id" column="id" jdbcType="VARCHAR"/>
 |  |  		<id property="id" column="id" jdbcType="VARCHAR"/>
 | 
												
													
														
															|  | -		<result property="createBy" column="create_by" jdbcType="VARCHAR"/>
 |  | 
 | 
												
													
														
															|  | -		<result property="createDate" column="create_date" jdbcType="TIMESTAMP"/>
 |  | 
 | 
												
													
														
															|  | -		<result property="updateBy" column="update_by" jdbcType="VARCHAR"/>
 |  | 
 | 
												
													
														
															|  | -		<result property="updateDate" column="update_date" jdbcType="TIMESTAMP"/>
 |  | 
 | 
												
													
														
															|  | 
 |  | +		<result property="createBy" column="create_by_id" jdbcType="VARCHAR"/>
 | 
												
													
														
															|  | 
 |  | +		<result property="createDate" column="create_time" jdbcType="TIMESTAMP"/>
 | 
												
													
														
															|  | 
 |  | +		<result property="updateBy" column="update_by_id" jdbcType="VARCHAR"/>
 | 
												
													
														
															|  | 
 |  | +		<result property="updateDate" column="update_time" jdbcType="TIMESTAMP"/>
 | 
												
													
														
															|  |  		<result property="delFlag" column="del_flag" jdbcType="INTEGER"/>
 |  |  		<result property="delFlag" column="del_flag" jdbcType="INTEGER"/>
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  		<result property="level" column="level" jdbcType="VARCHAR"/>
 |  |  		<result property="level" column="level" jdbcType="VARCHAR"/>
 | 
												
											
												
													
														
															|  | @@ -21,10 +21,10 @@
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  	<sql id="Base_Column_List">
 |  |  	<sql id="Base_Column_List">
 | 
												
													
														
															|  |          a.id,
 |  |          a.id,
 | 
												
													
														
															|  | -        a.create_by,
 |  | 
 | 
												
													
														
															|  | -        a.create_date,
 |  | 
 | 
												
													
														
															|  | -        a.update_by,
 |  | 
 | 
												
													
														
															|  | -        a.update_date,
 |  | 
 | 
												
													
														
															|  | 
 |  | +        a.create_by_id,
 | 
												
													
														
															|  | 
 |  | +        a.create_time,
 | 
												
													
														
															|  | 
 |  | +        a.update_by_id,
 | 
												
													
														
															|  | 
 |  | +        a.update_time,
 | 
												
													
														
															|  |          a.del_flag,
 |  |          a.del_flag,
 | 
												
													
														
															|  |          a.level,
 |  |          a.level,
 | 
												
													
														
															|  |  		a.name,
 |  |  		a.name,
 | 
												
											
												
													
														
															|  | @@ -52,10 +52,10 @@
 | 
												
													
														
															|  |          so.useable as "useable",
 |  |          so.useable as "useable",
 | 
												
													
														
															|  |          so.primary_person as "primaryPerson",
 |  |          so.primary_person as "primaryPerson",
 | 
												
													
														
															|  |          so.deputy_person as "deputyPerson",
 |  |          so.deputy_person as "deputyPerson",
 | 
												
													
														
															|  | -		so.create_by as "createBy.id",
 |  | 
 | 
												
													
														
															|  | -		so.create_date as "createDate",
 |  | 
 | 
												
													
														
															|  | -		so.update_by as "updateBy.id",
 |  | 
 | 
												
													
														
															|  | -		so.update_date as "updateDate",
 |  | 
 | 
												
													
														
															|  | 
 |  | +		so.create_by_id as "createBy.id",
 | 
												
													
														
															|  | 
 |  | +		so.create_time as "createDate",
 | 
												
													
														
															|  | 
 |  | +		so.update_by_id as "updateBy.id",
 | 
												
													
														
															|  | 
 |  | +		so.update_time as "updateDate",
 | 
												
													
														
															|  |          so.remarks as "remarks",
 |  |          so.remarks as "remarks",
 | 
												
													
														
															|  |          so.del_flag as "delFlag",
 |  |          so.del_flag as "delFlag",
 | 
												
													
														
															|  |          so.is_public as "isPublic",
 |  |          so.is_public as "isPublic",
 | 
												
											
												
													
														
															|  | @@ -134,10 +134,10 @@
 | 
												
													
														
															|  |  			resultType="com.jeeplus.finance.reimbursementApproval.approvalType.domain.CwReimbursementTypeInfo">
 |  |  			resultType="com.jeeplus.finance.reimbursementApproval.approvalType.domain.CwReimbursementTypeInfo">
 | 
												
													
														
															|  |  		SELECT
 |  |  		SELECT
 | 
												
													
														
															|  |  			t.id,
 |  |  			t.id,
 | 
												
													
														
															|  | -			t.create_date,
 |  | 
 | 
												
													
														
															|  | -			t.create_by,
 |  | 
 | 
												
													
														
															|  | -			t.update_date,
 |  | 
 | 
												
													
														
															|  | -			t.update_by,
 |  | 
 | 
												
													
														
															|  | 
 |  | +			t.create_time,
 | 
												
													
														
															|  | 
 |  | +			t.create_by_id,
 | 
												
													
														
															|  | 
 |  | +			t.update_time,
 | 
												
													
														
															|  | 
 |  | +			t.update_by_id,
 | 
												
													
														
															|  |  			t.del_flag,
 |  |  			t.del_flag,
 | 
												
													
														
															|  |  			t.LEVEL,
 |  |  			t.LEVEL,
 | 
												
													
														
															|  |  			t.NAME,
 |  |  			t.NAME,
 | 
												
											
												
													
														
															|  | @@ -148,10 +148,10 @@
 | 
												
													
														
															|  |  				(
 |  |  				(
 | 
												
													
														
															|  |  				SELECT
 |  |  				SELECT
 | 
												
													
														
															|  |  					id,
 |  |  					id,
 | 
												
													
														
															|  | -					create_date,
 |  | 
 | 
												
													
														
															|  | -					a.create_by,
 |  | 
 | 
												
													
														
															|  | -					a.update_date,
 |  | 
 | 
												
													
														
															|  | -					a.update_by,
 |  | 
 | 
												
													
														
															|  | 
 |  | +					create_time,
 | 
												
													
														
															|  | 
 |  | +					a.create_by_id,
 | 
												
													
														
															|  | 
 |  | +					a.update_time,
 | 
												
													
														
															|  | 
 |  | +					a.update_by_id,
 | 
												
													
														
															|  |  					a.del_flag,
 |  |  					a.del_flag,
 | 
												
													
														
															|  |  					a.LEVEL,
 |  |  					a.LEVEL,
 | 
												
													
														
															|  |  					a.NAME,
 |  |  					a.NAME,
 | 
												
											
												
													
														
															|  | @@ -175,10 +175,10 @@
 | 
												
													
														
															|  |  					union
 |  |  					union
 | 
												
													
														
															|  |  				SELECT
 |  |  				SELECT
 | 
												
													
														
															|  |  					id,
 |  |  					id,
 | 
												
													
														
															|  | -					create_date,
 |  | 
 | 
												
													
														
															|  | -					a.create_by,
 |  | 
 | 
												
													
														
															|  | -					a.update_date,
 |  | 
 | 
												
													
														
															|  | -					a.update_by,
 |  | 
 | 
												
													
														
															|  | 
 |  | +					create_time,
 | 
												
													
														
															|  | 
 |  | +					a.create_by_id,
 | 
												
													
														
															|  | 
 |  | +					a.update_time,
 | 
												
													
														
															|  | 
 |  | +					a.update_by_id,
 | 
												
													
														
															|  |  					a.del_flag,
 |  |  					a.del_flag,
 | 
												
													
														
															|  |  					a.LEVEL,
 |  |  					a.LEVEL,
 | 
												
													
														
															|  |  					a.NAME,
 |  |  					a.NAME,
 | 
												
											
												
													
														
															|  | @@ -193,10 +193,10 @@
 | 
												
													
														
															|  |  				union
 |  |  				union
 | 
												
													
														
															|  |  				SELECT
 |  |  				SELECT
 | 
												
													
														
															|  |  					id,
 |  |  					id,
 | 
												
													
														
															|  | -					create_date,
 |  | 
 | 
												
													
														
															|  | -					a.create_by,
 |  | 
 | 
												
													
														
															|  | -					a.update_date,
 |  | 
 | 
												
													
														
															|  | -					a.update_by,
 |  | 
 | 
												
													
														
															|  | 
 |  | +					create_time,
 | 
												
													
														
															|  | 
 |  | +					a.create_by_id,
 | 
												
													
														
															|  | 
 |  | +					a.update_time,
 | 
												
													
														
															|  | 
 |  | +					a.update_by_id,
 | 
												
													
														
															|  |  					a.del_flag,
 |  |  					a.del_flag,
 | 
												
													
														
															|  |  					a.LEVEL,
 |  |  					a.LEVEL,
 | 
												
													
														
															|  |  					a.NAME,
 |  |  					a.NAME,
 | 
												
											
												
													
														
															|  | @@ -219,10 +219,10 @@
 | 
												
													
														
															|  |  				UNION
 |  |  				UNION
 | 
												
													
														
															|  |  				SELECT
 |  |  				SELECT
 | 
												
													
														
															|  |  					id,
 |  |  					id,
 | 
												
													
														
															|  | -					create_date,
 |  | 
 | 
												
													
														
															|  | -					a.create_by,
 |  | 
 | 
												
													
														
															|  | -					a.update_date,
 |  | 
 | 
												
													
														
															|  | -					a.update_by,
 |  | 
 | 
												
													
														
															|  | 
 |  | +					create_time,
 | 
												
													
														
															|  | 
 |  | +					a.create_by_id,
 | 
												
													
														
															|  | 
 |  | +					a.update_time,
 | 
												
													
														
															|  | 
 |  | +					a.update_by_id,
 | 
												
													
														
															|  |  					a.del_flag,
 |  |  					a.del_flag,
 | 
												
													
														
															|  |  					a.LEVEL,
 |  |  					a.LEVEL,
 | 
												
													
														
															|  |  					a.NAME,
 |  |  					a.NAME,
 |