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

This commit is contained in:
junjie 2021-05-11 12:11:07 +08:00
parent 2938c229ad
commit 1e17c78565

View File

@ -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)