Merge branch 'develop_1' into 'develop_master'
Develop 1 See merge request !51
This commit is contained in:
+1
-1
@@ -163,7 +163,7 @@ public class SarStandardComplianceAssessResultController {
|
|||||||
|
|
||||||
IPage<SarStandardComplianceProductAssess> page = iSarStandardComplianceProductAssessService.page(iPage, queryWrapper);
|
IPage<SarStandardComplianceProductAssess> page = iSarStandardComplianceProductAssessService.page(iPage, queryWrapper);
|
||||||
|
|
||||||
while(page.getRecords().remove(null));
|
// while(page.getRecords().remove(null));
|
||||||
|
|
||||||
return Result.success(page);
|
return Result.success(page);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-1
@@ -15,7 +15,7 @@ import org.springframework.format.annotation.DateTimeFormat;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
*
|
*
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @author zyl
|
* @author zyl
|
||||||
@@ -33,6 +33,7 @@ public class SarStandardComplianceProductAssess extends BaseEntity {
|
|||||||
private String productLineId;
|
private String productLineId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "'项目id'")
|
@ApiModelProperty(value = "'项目id'")
|
||||||
|
@TableField("product_id")
|
||||||
private String productId;
|
private String productId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "'项目名称'")
|
@ApiModelProperty(value = "'项目名称'")
|
||||||
|
|||||||
Reference in New Issue
Block a user