提交 38371a62 编写于 作者: D duanqiaoyanyu

fix: Fix the continuous occurrence of {}{} filled templates in excel, causing...

fix: Fix the continuous occurrence of {}{} filled templates in excel, causing rendering failure after the first one
上级 6a216260
......@@ -469,7 +469,7 @@ public class ExcelWriteFillExecutor extends AbstractExcelWriteExecutor {
lastPrepareDataIndex = suffixIndex + 1;
}
if (variableCount >= 1) {
if (variableCount > 1) {
analysisCell.setOnlyOneVariable(Boolean.FALSE);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册