feat: get all marks
This commit is contained in:
parent
d10504beba
commit
3b9fc31585
6
pom.xml
6
pom.xml
@ -61,12 +61,6 @@
|
||||
<version>1.12.2</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-expression</artifactId>
|
||||
<version>5.3.18</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
@ -91,9 +91,8 @@ public class ApplicationStartExec implements ApplicationListener<ApplicationStar
|
||||
}
|
||||
}
|
||||
log.info("=====all tag=====END");
|
||||
LoopRowTableRenderPolicy policy = new LoopRowTableRenderPolicy(onSameLine);
|
||||
Configure config = Configure.builder()
|
||||
.bind("table", policy).build();
|
||||
.addPlugin('&', new LoopRowTableRenderPolicy()).build();
|
||||
|
||||
List<TableData> tableDate = new ArrayList<>();
|
||||
|
||||
|
@ -18,7 +18,7 @@ Tel: +86-536-6295117 Fax: +86-536-6298797
|
||||
Contact: Eda
|
||||
Контактное лицо: Эда
|
||||
Email: eda@ensignhi.com
|
||||
Адрес эл.почты: eda@ensignhi.com
|
||||
Адрес эл.почты: eda@ensignhi.com [HYPERLINK: mailto:eda@ensignhi.com]
|
||||
|
||||
买方The Buyer Покупатель:
|
||||
ТОО "Atameken-Energy"
|
||||
@ -55,7 +55,7 @@ This contract is made by and between the Seller and Buyer, whereby the Seller ag
|
||||
|
||||
|
||||
|
||||
FCA Ensign factory in CNY{{table}}
|
||||
FCA Ensign factory in CNY{{&table}}
|
||||
[index]
|
||||
[m_code]
|
||||
[m_name]
|
||||
|
Loading…
Reference in New Issue
Block a user