|
@@ -219,9 +219,9 @@ public class CommonFileController {
|
|
|
listMap.add(0, map);
|
|
|
}
|
|
|
});
|
|
|
- if (listMap.get(0).size() != listMap.get(1).size()) {
|
|
|
- return AjaxResult.error("请检查表格中的数据是否正确!");
|
|
|
- }
|
|
|
+// if (listMap.get(0).size() != listMap.get(1).size()) {
|
|
|
+// return AjaxResult.error("请检查表格中的数据是否正确!");
|
|
|
+// }
|
|
|
listMap.get(0).forEach((mKey, mVal) -> {
|
|
|
if (mVal != null)
|
|
|
if (endFieldMap.get(mVal) != null)
|