2c2ca197 by 肖初晴

【DAOP-1.0】企业认证

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