|
@@ -55,7 +55,9 @@ public class ImportCommissionHelp {
|
|
|
detail.setClassificationtwo(rowJson.getString("模式2"));
|
|
|
detail.setChtestcontent(rowJson.getString("测试内容中文"));
|
|
|
detail.setEntestcontent(rowJson.getString("测试内容英文"));
|
|
|
- detail.setTestmethod(rowJson.getString("标准测试方法"));
|
|
|
+ //detail.setTestmethod(rowJson.getString("标准测试方法"));
|
|
|
+ detail.setTesttime(rowJson.getString("标准测试时间"));
|
|
|
+ detail.setAcceptancecriteria(rowJson.getString("接收标准"));
|
|
|
String testAddress = rowJson.getString("测试地点");
|
|
|
if(ObjectUtil.isEmpty(testAddress) || ObjectUtil.isEmpty(importDto.getDictMap().get(testAddress))) {
|
|
|
testAddress = "10";
|