2c2ca197 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 662a5ff2
...@@ -40,8 +40,7 @@ public class ChangeInfoUtil { ...@@ -40,8 +40,7 @@ public class ChangeInfoUtil {
40 || diffItem.getFieldComment().contains("法人证件照") || diffItem.getFieldComment().contains("管理员证件照") 40 || diffItem.getFieldComment().contains("法人证件照") || diffItem.getFieldComment().contains("管理员证件照")
41 || diffItem.getFieldComment().contains("授权委托书") || diffItem.getFieldComment().contains("省") 41 || diffItem.getFieldComment().contains("授权委托书") || diffItem.getFieldComment().contains("省")
42 || diffItem.getFieldComment().contains("市") || diffItem.getFieldComment().contains("区") 42 || diffItem.getFieldComment().contains("市") || diffItem.getFieldComment().contains("区")
43 || diffItem.getFieldComment().contains("营业开始日期") || diffItem.getFieldComment().contains("营业结束日期") 43 || diffItem.getFieldComment().contains("营业开始日期") || diffItem.getFieldComment().contains("营业结束日期")){
44 || diffItem.getFieldComment().contains("注册日期") || diffItem.getFieldComment().contains("注册资本")){
45 continue; 44 continue;
46 } 45 }
47 ChangeInfoVO vo = new ChangeInfoVO(); 46 ChangeInfoVO vo = new ChangeInfoVO();
...@@ -54,7 +53,7 @@ public class ChangeInfoUtil { ...@@ -54,7 +53,7 @@ public class ChangeInfoUtil {
54 list.add(vo); 53 list.add(vo);
55 } 54 }
56 } 55 }
57 list = list.stream().sorted(Comparator.comparing(ChangeInfoVO::getDate).thenComparing(ChangeInfoVO::getNameEn)).collect(Collectors.toList()); 56 list = list.stream().sorted(Comparator.comparing(ChangeInfoVO::getNameEn).thenComparing(ChangeInfoVO::getDate)).collect(Collectors.toList());
58 return list; 57 return list;
59 } 58 }
60 59
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!