@ -62,5 +62,7 @@ public class AnalysisReportResDTO implements Serializable {
*/
@JsonIgnore
private String expand;
private String moduleType;
}
@ -27,7 +27,8 @@
i.show_label,
i.required,
i.sort,
i.expand
i.expand,
module_type
from pr_user_project_item i
where i.del_flag='0'
and i.project_key=#{projectKey}