From dccec595343177f7bbcf0a9b977c5dca4a0d08fc Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期三, 27 八月 2025 17:20:54 +0800
Subject: [PATCH] 入库质检单号更改

---
 src/main/java/com/fzzy/otherview/gd2022/pr/GDApi9201PR.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi9201PR.java b/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi9201PR.java
index 37504ed..2c23f9c 100644
--- a/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi9201PR.java
+++ b/src/main/java/com/fzzy/otherview/gd2022/pr/GDApi9201PR.java
@@ -217,7 +217,7 @@
             result += responseDto.toString();
             if (responseDto.getSuccess() == 0) {
                 if (Constant.CZBZ_I.equals(d.getCzbz())) {
-                    api9201Rep.updateStatus(data.getDwdm(), Constant.CZBZ_U);
+                    api9201Rep.updateStatus(data.getTbrq(), Constant.CZBZ_U);
                 }
             }
         }
@@ -245,7 +245,7 @@
             for (Api9201 data : items) {
                 if (Constant.CZBZ_I.equals(data.getCzbz())) {
                     //鏇存柊鐘舵��
-                    api9201Rep.updateStatus(data.getDwdm(), Constant.CZBZ_U);
+                    api9201Rep.updateStatus(data.getTbrq(), Constant.CZBZ_U);
                 }
             }
         }

--
Gitblit v1.9.3