forked from github/dataease
fix: 处理二进制类型
This commit is contained in:
parent
c09286183a
commit
6ad719bd5e
@ -1006,7 +1006,7 @@ public class ExtractDataService {
|
|||||||
String excelCompletion = "";
|
String excelCompletion = "";
|
||||||
|
|
||||||
for (DatasetTableField datasetTableField : datasetTableFields) {
|
for (DatasetTableField datasetTableField : datasetTableFields) {
|
||||||
if(datasetTableField.getDeExtractType() == 5){
|
if(datasetTableField.getDeExtractType() == DeTypeConstants.DE_BINARY){
|
||||||
handleBinaryTypeCode = handleBinaryTypeCode + "\n" + this.handleBinaryType.replace("FEILD", datasetTableField.getDataeaseName());
|
handleBinaryTypeCode = handleBinaryTypeCode + "\n" + this.handleBinaryType.replace("FEILD", datasetTableField.getDataeaseName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user