Commit eb44c196 by lilei

修改质量检测列表

parent 1e67f644
......@@ -63,9 +63,11 @@ public class MaAsjglServiceImpl implements IMaAsjglService {
List<TbStAsj> maAsjList=tbStAsjMapper.queryAllMaAsjxx(tbStAsj);
Map<String, Object> resultMapHtml = new HashMap<>();
if("toZczj".equals(tbStAsj.getTypeFlag())){
tbStAsj.setSfhgpdbz(null);
int allCount = queryAllMaAsjxxTotalCount(tbStAsj);
tbStAsj.setSfhgpdbz("1");
int hgCount = queryAllMaAsjxxTotalCount(tbStAsj);
int bhgCount = totalCount-hgCount;
int bhgCount = allCount-hgCount;
resultMapHtml.put("hgCount",hgCount);
resultMapHtml.put("bhgCount",bhgCount);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment