From 7a29d0236384d922a2637058e0ce329e2c8f6424 Mon Sep 17 00:00:00 2001 From: zty <1048209592@qq.com> Date: Fri, 20 Sep 2024 15:41:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=AD=A3=E5=BA=A6=E5=AE=A1=E6=A0=B8B?= =?UTF-8?q?=E8=A1=A8=E6=9C=80=E5=90=8E=E4=B8=80=E4=B8=AA=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E4=B8=BB=E4=BB=BB=E5=AE=A1=E6=89=B9=E5=90=8E=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AF=B9=E8=AE=B0=E5=BD=95=E9=83=A8=E9=97=A8=E4=B8=BB=E4=BB=BB?= =?UTF-8?q?=E7=9A=84=E5=8F=82=E6=95=B0=E3=80=82=E4=BF=AE=E5=A4=8Dbug?= =?UTF-8?q?=EF=BC=8C=E8=AF=A5bug=E5=AF=BC=E8=87=B4=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E9=83=A8=E9=97=A8=E4=B8=BB=E4=BB=BB=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E8=AE=B0=E5=BD=95=E5=8E=86=E5=8F=B2=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E4=BA=BA=E4=BB=A5=E5=8F=8A=E6=B5=81=E8=BD=AC=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=202.=E9=A1=B9=E7=9B=AE=E9=A2=84=E7=AE=97=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E7=8E=87=E5=88=97=E8=A1=A8=E5=A2=9E=E5=8A=A0=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=80=92=E5=BA=8F=E6=8E=92?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/action/ProjectAssessmentIndicatorsController.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/xqopen/kehui/project/action/ProjectAssessmentIndicatorsController.java b/src/main/java/com/xqopen/kehui/project/action/ProjectAssessmentIndicatorsController.java index 60c536c..db542f5 100644 --- a/src/main/java/com/xqopen/kehui/project/action/ProjectAssessmentIndicatorsController.java +++ b/src/main/java/com/xqopen/kehui/project/action/ProjectAssessmentIndicatorsController.java @@ -29,7 +29,6 @@ import com.xqopen.kehui.util.ApiResponse; import com.xqopen.kehui.util.PageNoUtil; import com.xqopen.kehui.util.ResultListReqUtil; import lombok.extern.slf4j.Slf4j; -import org.apache.commons.collections.list.TransformedList; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.interceptor.TransactionAspectSupport; @@ -217,7 +216,7 @@ public class ProjectAssessmentIndicatorsController implements ProjectAssessmentI map.put("isBusiness", true);//添加当前是部门主任的标记 if(businessNumber==3){ map.put("taskName", "管理员审核"); - map.put("businessNumber", 0); +// map.put("businessNumber", 0); } else{ map.put("taskName", "部门主任评级"); @@ -479,6 +478,7 @@ public class ProjectAssessmentIndicatorsController implements ProjectAssessmentI if (!str.contains(String.valueOf(userId))) { historyExecutor = str + "," + userId; ext.put("historyExecutor", historyExecutor); + ext.put("businessNumber",0);//将最后一个人流转记录修改后,将参数归零 } } }