项目库-项目详情-参数收集统计

This commit is contained in:
liyawei
2022-08-01 14:29:32 +08:00
parent df0ad06f82
commit 049fbb3534
@@ -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