forked from github/dataease
feat(数据集):记录数 字段 fix
This commit is contained in:
parent
2938c229ad
commit
1e17c78565
@ -32,7 +32,6 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
|
||||
import org.springframework.beans.factory.annotation.Value;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
import sun.rmi.runtime.Log;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.io.*;
|
||||
@ -169,6 +168,7 @@ public class DataSetTableService {
|
||||
.tableId(dataSetTableRequest.getId())
|
||||
.originName("*")
|
||||
.name("记录数*")
|
||||
.dataeaseName("*")
|
||||
.type("INT")
|
||||
.checked(true)
|
||||
.columnIndex(999)
|
||||
|
Loading…
Reference in New Issue
Block a user