|
|
@@ -6436,6 +6436,9 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
} else { //空行
|
|
|
List<Map<String, String>> left = new ArrayList<>();
|
|
|
List<Map<String, String>> top = new ArrayList<>();
|
|
|
+ if(y1==15){
|
|
|
+ System.out.println("123");
|
|
|
+ }
|
|
|
for (int k = 0; k < zikey.size(); k++) {
|
|
|
String name = zikey.get(k).get("name");
|
|
|
int xx1 = Integer.parseInt(zikey.get(k).get("x1"));
|
|
|
@@ -6506,6 +6509,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
// 质检表特殊处理匹配
|
|
|
|
|
|
String parm = i + "," + j + "," + x1 + "," + x2 + "," + y1 + "," + y2 + ",$event";
|
|
|
+
|
|
|
// 设置文本信息
|
|
|
ExctabCell exctabCell = new ExctabCell();
|
|
|
if ((textInfo.indexOf("年") >= 0 && textInfo.indexOf("月") >= 0 && textInfo.indexOf("日") >= 0) || inputText.indexOf("日期") >= 0) {
|
|
|
@@ -7133,6 +7137,9 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
top1_max = maxList.stream().mapToInt(m -> Integer.parseInt(m.get("x2"))).max().getAsInt();
|
|
|
}
|
|
|
|
|
|
+ if(y==13){
|
|
|
+ System.out.println("123");
|
|
|
+ }
|
|
|
|
|
|
//区域计算
|
|
|
for (int j = 0; j < tds.size(); j++) {
|