Browse Source

试车world导出调整2

wangxuan 4 months ago
parent
commit
c4a9f95fd8

+ 3 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/utils/ImportCommissionHelp.java

@@ -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";