Browse Source

解决导出报错

dzx 1 year ago
parent
commit
e8b2fea3c8

+ 1 - 1
src/main/java/com/xjrsoft/module/dataexpert/dto/DataExpertDto.java

@@ -27,7 +27,7 @@ public class DataExpertDto {
     private Long dataExpertSourceId;
 
     @ApiModelProperty("数据行id")
-    private List<Long> ids;
+    private List<String> ids;
 
     @ApiModelProperty("条件")
     private Map<String, String> conditions;