不规则模版调整

This commit is contained in:
黎润豪 2021-08-03 10:55:02 +08:00
parent 83806088a8
commit 6eb486c5a3
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ public class Ftl2CsvOt2 {
Map<String, PenaltyNoticeInfoForm> result = new HashMap<>();
for (Element tr : trs) {
Elements tds = tr.getElementsByTag("td");
if(tds.size() == 0) continue;
Element td1 = tds.get(0);
Element td2 = tds.get(1);
Element td3 = tds.size() == 4 ? tds.get(3) : tds.get(2);