|
@@ -489,7 +489,7 @@
|
|
|
AND wt.project_id = #{projectId}
|
|
|
AND wt.trial_tab_contract_id is null
|
|
|
AND (wt.wbs_type != 2 OR wt.table_type IN (1,2,9,10))
|
|
|
- ORDER BY wt.sort, fullName
|
|
|
+ ORDER BY fullName,wt.sort
|
|
|
</select>
|
|
|
<select id="getByCondition" resultType="org.springblade.manager.entity.WbsTreePrivate">
|
|
|
SELECT *
|