From b682979d0d4fbcb00860713db1fbacbafb1d3547 Mon Sep 17 00:00:00 2001 From: lijiarao Date: Thu, 1 Feb 2024 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?fix=2081518=20=E6=9C=AA=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E9=A1=B9-=E7=BC=96=E8=BE=91=E6=B2=A1=E6=9C=89=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E6=97=B6=E9=97=B4=E9=87=8D=E6=96=B0=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/LawsEvaluationNotMetServiceImpl.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/laws-modules/src/main/java/com/jero/modules/projectLibrary/service/impl/LawsEvaluationNotMetServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/projectLibrary/service/impl/LawsEvaluationNotMetServiceImpl.java index 5f4b070c..0fbd2802 100644 --- a/laws-modules/src/main/java/com/jero/modules/projectLibrary/service/impl/LawsEvaluationNotMetServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/projectLibrary/service/impl/LawsEvaluationNotMetServiceImpl.java @@ -165,10 +165,12 @@ public class LawsEvaluationNotMetServiceImpl extends ServiceImpl= 0){ + lawsEvaluationNotMet.setState(AssessCommon.TO_BE_RECTIFIED); } }