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