service-api/src/main/java/com/java110/api/smo/assetImport/impl/AssetImportSMOImpl.java
@@ -32,6 +32,7 @@ import org.slf4j.Logger; import com.java110.core.log.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; @@ -59,7 +60,8 @@ /** * 导入最大行数 */ public static final int MAX_LINE = 5000; @Value("${import.line.max}") public int MAX_LINE; /** * 导入最大行数