项目库-项目详情-参数收集统计
This commit is contained in:
+2
-2
@@ -127,8 +127,8 @@
|
||||
|
||||
<select id="labelListForProjectDetails" resultType="java.util.LinkedHashMap">
|
||||
select
|
||||
id as label,
|
||||
title as value
|
||||
title as label,
|
||||
id as value
|
||||
from params_manifest
|
||||
where project_id = #{projectId}
|
||||
order by create_time desc
|
||||
|
||||
Reference in New Issue
Block a user