提交 1e17c785 authored 作者: junjie's avatar junjie

feat(数据集):记录数 字段 fix

上级 2938c229
...@@ -32,7 +32,6 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook; ...@@ -32,7 +32,6 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;
import sun.rmi.runtime.Log;
import javax.annotation.Resource; import javax.annotation.Resource;
import java.io.*; import java.io.*;
...@@ -169,6 +168,7 @@ public class DataSetTableService { ...@@ -169,6 +168,7 @@ public class DataSetTableService {
.tableId(dataSetTableRequest.getId()) .tableId(dataSetTableRequest.getId())
.originName("*") .originName("*")
.name("记录数*") .name("记录数*")
.dataeaseName("*")
.type("INT") .type("INT")
.checked(true) .checked(true)
.columnIndex(999) .columnIndex(999)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论