|
|
|
@ -1779,7 +1779,7 @@ public class QcStaticTableServiceImpl implements IQcStaticTableService {
|
|
|
|
|
Map<String,String> dto2= new HashMap<>();
|
|
|
|
|
dto2.put("dataType","不良比例");
|
|
|
|
|
Map<String,String> dto3 = new HashMap<>();
|
|
|
|
|
dto3.put("dataType","累计不良率");
|
|
|
|
|
dto3.put("dataType","累计不良比例");
|
|
|
|
|
for(int i=0;i<bpDefects.size();i++){
|
|
|
|
|
String defectName = bpDefects.get(i);
|
|
|
|
|
QcStaticTable sampMap = defectMaps.get(defectName);
|
|
|
|
@ -1892,7 +1892,7 @@ public class QcStaticTableServiceImpl implements IQcStaticTableService {
|
|
|
|
|
Map<String,String> dto2= new HashMap<>();
|
|
|
|
|
dto2.put("dataType","不良比例");
|
|
|
|
|
Map<String,String> dto3 = new HashMap<>();
|
|
|
|
|
dto3.put("dataType","累计不良率");
|
|
|
|
|
dto3.put("dataType","累计不良比例");
|
|
|
|
|
for(int i=0;i<bpDefects.size();i++){
|
|
|
|
|
String defectName = bpDefects.get(i);
|
|
|
|
|
QcStaticTable sampMap = defectMaps.get(defectName);
|
|
|
|
|