修复提示行号
This commit is contained in:
parent
d08a329000
commit
53f2c1ebb6
|
|
@ -762,7 +762,7 @@ public class SalaryAcctExcelServiceImpl extends Service implements SalaryAcctExc
|
|||
}
|
||||
for (int i = 0; i < data.size(); i++) {
|
||||
|
||||
String row = "第" + (i + 2) + "行";
|
||||
String row = "第" + (i + 3) + "行";
|
||||
|
||||
int usernameIndex = 0;
|
||||
boolean isError = false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue