工程质量分析
This commit is contained in:
parent
3d07e2187d
commit
84cf9bf687
|
|
@ -25,4 +25,5 @@ public class ProjectQualityVo {
|
||||||
// 不合格率
|
// 不合格率
|
||||||
private String noPassRate;
|
private String noPassRate;
|
||||||
private String unqualifiedItems;
|
private String unqualifiedItems;
|
||||||
|
private String checkItems;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="getEngqualityAnalysis" resultType="com.securitycontrol.entity.screen.vo.ProjectQualityVo">
|
<select id="getEngqualityAnalysis" resultType="com.securitycontrol.entity.screen.vo.ProjectQualityVo">
|
||||||
select tpq.project_name as projectName,
|
select tpq.project_name as projectName,
|
||||||
|
tpq.check_items as checkItems,
|
||||||
tpq.project_manager as projectManager,
|
tpq.project_manager as projectManager,
|
||||||
tpq.team,
|
tpq.team,
|
||||||
tpq.start_time as startTime,
|
tpq.start_time as startTime,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue