|  | @@ -8,6 +8,7 @@
 | 
												
													
														
															|  |  	  a.update_by AS "updateBy.id",
 |  |  	  a.update_by AS "updateBy.id",
 | 
												
													
														
															|  |  	  a.update_date AS "updateDate",
 |  |  	  a.update_date AS "updateDate",
 | 
												
													
														
															|  |  	  a.del_flag as "delFlag",
 |  |  	  a.del_flag as "delFlag",
 | 
												
													
														
															|  | 
 |  | +	  a.name as "name",
 | 
												
													
														
															|  |  	  a.remarks,
 |  |  	  a.remarks,
 | 
												
													
														
															|  |  	  a.team,
 |  |  	  a.team,
 | 
												
													
														
															|  |  	  a.financial,
 |  |  	  a.financial,
 | 
												
											
												
													
														
															|  | @@ -32,7 +33,6 @@
 | 
												
													
														
															|  |  	<select id="findList" resultType="com.jeeplus.modules.wexintheorder.entity.TheOrderInformation" >
 |  |  	<select id="findList" resultType="com.jeeplus.modules.wexintheorder.entity.TheOrderInformation" >
 | 
												
													
														
															|  |  		SELECT
 |  |  		SELECT
 | 
												
													
														
															|  |  		<include refid="orderColumns"/>
 |  |  		<include refid="orderColumns"/>
 | 
												
													
														
															|  | -		,su.name as "name"
 |  | 
 | 
												
													
														
															|  |  		, concat_ws(" / ",a.department,a.specific) as department
 |  |  		, concat_ws(" / ",a.department,a.specific) as department
 | 
												
													
														
															|  |  		FROM the_order_information a
 |  |  		FROM the_order_information a
 | 
												
													
														
															|  |  		<include refid="orderLeftJoinColumns"/>
 |  |  		<include refid="orderLeftJoinColumns"/>
 |