原始记录
This commit is contained in:
parent
92be95fdcd
commit
ef784a47fb
|
|
@ -491,7 +491,7 @@ public class DownLoadController {
|
|||
if (basisVos.size() == 1) {
|
||||
sb.append("1、" + basisVo.getBasisName());
|
||||
} else {
|
||||
sb.append(i + "、" + basisVo.getBasisName() + "\n");
|
||||
sb.append((i + 1) + "、" + basisVo.getBasisName() + "\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue