From 9ac84fce4a30761fb62c5ed118c96c34e959d8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Sun, 14 Jun 2026 09:13:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(qms):=20=E4=BF=AE=E5=A4=8DCOA=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E9=80=BB=E8=BE=91=EF=BC=8C=E5=85=88=E6=A3=80=E6=9F=A5?= =?UTF-8?q?COA=E4=BB=BB=E5=8A=A1=E7=8A=B6=E6=80=81=E5=86=8D=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加对QmsCoaTask表的查询验证 - 检查供应商和物料对应的COA任务是否已发送(status=1) - 如果没有已发送的COA任务则直接放行审核流程 - 仅当存在已发送的COA任务时才继续验证COA报告 - 修复了缺少任务状态前置校验导致的审核逻辑缺陷 --- .../service/impl/QmsCoaReviewServiceImpl.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nflg-wms-repository/src/main/java/com/nflg/wms/repository/service/impl/QmsCoaReviewServiceImpl.java b/nflg-wms-repository/src/main/java/com/nflg/wms/repository/service/impl/QmsCoaReviewServiceImpl.java index c2583d87..8b3ba32c 100644 --- a/nflg-wms-repository/src/main/java/com/nflg/wms/repository/service/impl/QmsCoaReviewServiceImpl.java +++ b/nflg-wms-repository/src/main/java/com/nflg/wms/repository/service/impl/QmsCoaReviewServiceImpl.java @@ -614,6 +614,20 @@ public class QmsCoaReviewServiceImpl extends ServiceImpl