mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
cad拆单测试代码恢复
This commit is contained in:
+3
-4
@@ -129,10 +129,9 @@ public class WebCadOrderImportServiceImpl implements WebCadOrderImportService {
|
|||||||
OrderDO orderDO = null;
|
OrderDO orderDO = null;
|
||||||
JsonFactory factory = new JsonFactory();
|
JsonFactory factory = new JsonFactory();
|
||||||
|
|
||||||
Long cadViewFileId = null;
|
Long cadViewFileId;
|
||||||
try (
|
try (GZIPInputStream gzipInputStream = new GZIPInputStream(file.getInputStream());
|
||||||
// GZIPInputStream gzipInputStream = new GZIPInputStream(file.getInputStream());
|
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