Commit 5b7852f2 authored by hongguangwu's avatar hongguangwu

MVP1.6.2- + 极限行

parent 7cd5a9d8
......@@ -190,7 +190,7 @@ public class TSalaryStandardOriginalServiceImpl extends ServiceImpl<TSalaryStand
// 空白列数(一旦数量达到 maxNullColumNum,将停止循环列,并删除title list与content)
int nullColumnNum = 0;
// 极限空白列,超过阈值,将不继续循环列
int maxNullColumNum = 10;
int maxNullColumNum = 30;
String idCardValue = null;
// 数据行是否被确认,true否
boolean dataRowFlag;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment