feat: There is no way the,
This commit is contained in:
+2
-2
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<sql id="Group_Column_List_show" >
|
<sql id="Group_Column_List_show" >
|
||||||
stand_status, replaced_stand_num, replace_stand_num,put_time,
|
stand_status, replaced_stand_num, replace_stand_num,put_time,
|
||||||
issue_time, stand_en_name, stand_name, stand_code,
|
issue_time, stand_en_name, stand_name, stand_code,standStatusShow,
|
||||||
SAR_BUSSIONESS_STAND.id
|
SAR_BUSSIONESS_STAND.id
|
||||||
</sql>
|
</sql>
|
||||||
|
|
||||||
@@ -637,7 +637,7 @@
|
|||||||
<include refid="Base_Column_List_show" />
|
<include refid="Base_Column_List_show" />
|
||||||
from SAR_BUSSIONESS_STAND
|
from SAR_BUSSIONESS_STAND
|
||||||
<include refid="SarBussionInfo_Where_Clause"/>
|
<include refid="SarBussionInfo_Where_Clause"/>
|
||||||
GROUP BY <include refid="Group_Column_List_show"/>
|
GROUP BY standStatusShow,<include refid="Group_Column_List_show"/>
|
||||||
) tmp_tb
|
) tmp_tb
|
||||||
<include refid="standSort_in"/>
|
<include refid="standSort_in"/>
|
||||||
limit ${pager.startIndex-1},${pageSize}) a
|
limit ${pager.startIndex-1},${pageSize}) a
|
||||||
|
|||||||
Reference in New Issue
Block a user