评估结果查看

This commit is contained in:
yuezhihang
2021-12-02 10:25:10 +08:00
parent 895289a1a0
commit 0569a33350
2 changed files with 19 additions and 11 deletions
@@ -193,8 +193,8 @@ public class SarStandardComplianceAssessResultController {
p1.setTotal(page.getTotal());
map.put("unfit",p1);
QueryWrapper<SarStandardComplianceProductAssess> queryWrapper1 = new QueryWrapper<>();
queryWrapper.eq("STAND_ID", eo.getStandId());
queryWrapper.eq("product_id", eo.getProductId());
queryWrapper1.eq("STAND_ID", eo.getStandId());
queryWrapper1.eq("product_id", eo.getProductId());
queryWrapper1.ne("research_compliance","");
queryWrapper1.orderByAsc("product_name");
queryWrapper1.orderByAsc("standard_item");