From 7f228da10dd393e45c36e1240c5e71aa9f14fc43 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期五, 07 七月 2023 19:14:26 +0800 Subject: [PATCH] 气象站 --- igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java b/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java index 1e94b25..c8faf7e 100644 --- a/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java +++ b/igds-api-inte/src/main/java/com/ld/igds/sh/service/ApiShServiceImpl1306.java @@ -116,8 +116,7 @@ dto.setZznm(inoutRecord.getDepotId().substring(0, 21)); dto.setDjbh(inoutRecord.getId()); dto.setSxh(inoutRecord.getId().substring(10)); - if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) || - InoutConstant.RECORD_STATUS_ERROR.equals(inoutRecord.getRecordStatus())){ + if(InoutConstant.RECORD_STATUS_DEL.equals(inoutRecord.getRecordStatus()) ){ dto.setDjzt("4"); //宸蹭綔搴� }else { dto.setDjzt("2"); //鍑哄簱瀹屾垚 -- Gitblit v1.9.3