|
|
|
@ -1776,6 +1776,7 @@ public class QcStaticTableServiceImpl implements IQcStaticTableService {
|
|
|
|
@DS("#header.poolName")
|
|
|
|
@DS("#header.poolName")
|
|
|
|
public List<Map<String,String>> getMonthOfDataDefectV2(QcStaticTable qcStaticTable) {
|
|
|
|
public List<Map<String,String>> getMonthOfDataDefectV2(QcStaticTable qcStaticTable) {
|
|
|
|
List<String> bpDefects = qcStaticTableMapper.getBpDefects(qcStaticTable);
|
|
|
|
List<String> bpDefects = qcStaticTableMapper.getBpDefects(qcStaticTable);
|
|
|
|
|
|
|
|
bpDefects.add("其他");
|
|
|
|
List<QcCheckTaskDefect> list = qcStaticTableMapper.getBPDefectList(qcStaticTable);
|
|
|
|
List<QcCheckTaskDefect> list = qcStaticTableMapper.getBPDefectList(qcStaticTable);
|
|
|
|
List<Map<String,String>> result = new ArrayList<>();
|
|
|
|
List<Map<String,String>> result = new ArrayList<>();
|
|
|
|
for (String defect : bpDefects){
|
|
|
|
for (String defect : bpDefects){
|
|
|
|
|