mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
代码错误注释还原
This commit is contained in:
+2
-3
@@ -135,9 +135,8 @@ public class WebCadOrderImportServiceImpl implements WebCadOrderImportService {
|
|||||||
JsonFactory factory = new JsonFactory();
|
JsonFactory factory = new JsonFactory();
|
||||||
|
|
||||||
Long cadViewFileId;
|
Long cadViewFileId;
|
||||||
try (
|
try (GZIPInputStream gzipInputStream = new GZIPInputStream(file.getInputStream());
|
||||||
// GZIPInputStream gzipInputStream = new GZIPInputStream();
|
JsonParser parser = factory.createParser(gzipInputStream)) {
|
||||||
JsonParser parser = factory.createParser(file.getInputStream())) {
|
|
||||||
factory.disable(JsonParser.Feature.AUTO_CLOSE_SOURCE);
|
factory.disable(JsonParser.Feature.AUTO_CLOSE_SOURCE);
|
||||||
|
|
||||||
int plateCount = 0;
|
int plateCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user