Showing
3 changed files
with
1 additions
and
1 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/controller/order/PurchaseOrderInfoController.java
| @@ -416,7 +416,7 @@ public class PurchaseOrderInfoController extends DefaultBaseController { | @@ -416,7 +416,7 @@ public class PurchaseOrderInfoController extends DefaultBaseController { | ||
| 416 | formulaComponentList.add(formulaComponent); | 416 | formulaComponentList.add(formulaComponent); |
| 417 | } | 417 | } |
| 418 | 418 | ||
| 419 | - String latex = LatexFormulaExcelExporterUtil.convertToLatex(formulaComponentList); | 419 | + String latex = LatexFormulaExcelExporterUtil.convertToContractSpecLatexSingleLineFixed3(formulaComponentList); |
| 420 | if (StringUtils.isNotBlank(latex)) { | 420 | if (StringUtils.isNotBlank(latex)) { |
| 421 | LatexFormulaExcelExporterUtil.insertLatexImageToCell(workbook, sheet, latex, startRow, 4, 1, 7); | 421 | LatexFormulaExcelExporterUtil.insertLatexImageToCell(workbook, sheet, latex, startRow, 4, 1, 7); |
| 422 | } | 422 | } |
No preview for this file type
No preview for this file type