diff --git a/jwtech-system/src/main/java/com/kms/build/domain/dto/AssertStatisticsDto.java b/jwtech-system/src/main/java/com/kms/build/domain/dto/AssertStatisticsDto.java index ceeea14e..97eb0d96 100644 --- a/jwtech-system/src/main/java/com/kms/build/domain/dto/AssertStatisticsDto.java +++ b/jwtech-system/src/main/java/com/kms/build/domain/dto/AssertStatisticsDto.java @@ -8,6 +8,8 @@ import java.io.Serializable; @Data public class AssertStatisticsDto implements Serializable { + private String id; + private String projectName; diff --git a/jwtech-system/src/main/resources/mapper/build/BsSgcJsjdBuiProgressMapper.xml b/jwtech-system/src/main/resources/mapper/build/BsSgcJsjdBuiProgressMapper.xml index 8eb4ee8c..1291cde5 100644 --- a/jwtech-system/src/main/resources/mapper/build/BsSgcJsjdBuiProgressMapper.xml +++ b/jwtech-system/src/main/resources/mapper/build/BsSgcJsjdBuiProgressMapper.xml @@ -5,7 +5,7 @@ SELECT - bp.id, + pp.id, pi.PROJECT_NAME, pp.project_type, bp.YEARLY_CUMULATIVE_WORKLOAD, diff --git a/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml b/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml index 77a14b06..ee56a748 100644 --- a/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml +++ b/jwtech-system/src/main/resources/mapper/build/BsSgcjsjdBuiProInfoMapper.xml @@ -36,6 +36,7 @@ SELECT + pi.id, pp.PROJECT_NAME, pp.PROJECT_TYPE, pp.adcd, @@ -95,6 +96,7 @@ +