From bdf68bf1b6d05623670bc9087059c7566aa31277 Mon Sep 17 00:00:00 2001
From: dongdingding <207595406@qq.com>
Date: Sat, 23 Dec 2023 16:24:06 +0800
Subject: [PATCH] BUG FIX
---
.../entity/BPlanEnterprise.java | 2 +-
.../response/BPlanEnterpriseZhifaResponse.java | 16 ++++++++++++++++
.../mapper/yingji/BEnterpriseNewMapper.xml | 7 ++++++-
3 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/BPlanEnterprise.java b/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/BPlanEnterprise.java
index 1e3c2b9..ac5d9cd 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/BPlanEnterprise.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/BPlanEnterprise.java
@@ -237,7 +237,7 @@ public class BPlanEnterprise {
/**
* 检查时间
*/
- @ApiModelProperty(value = "上次检查时间")
+ @ApiModelProperty(value = "检查时间")
private Date checkTime;
diff --git a/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/response/BPlanEnterpriseZhifaResponse.java b/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/response/BPlanEnterpriseZhifaResponse.java
index fb8d781..c00bc1d 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/response/BPlanEnterpriseZhifaResponse.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/programManagement/entity/response/BPlanEnterpriseZhifaResponse.java
@@ -219,4 +219,20 @@ public class BPlanEnterpriseZhifaResponse {
private Date examineEndTime;
+ /**
+ * 检查时间
+ */
+ @ApiModelProperty(value = "检查时间")
+ private Date checkTime;
+
+
+
+
+ /**
+ * 企业信用代码
+ */
+ @ApiModelProperty(value = "企业信用代码")
+ private String uuto;
+
+
}
diff --git a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
index f804154..4f23a1d 100644
--- a/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/yingji/BEnterpriseNewMapper.xml
@@ -92,7 +92,12 @@
and s.SUPERVISION_LARGE =
#{supervisionLarge}
- and s.RISK_LEVEL = #{riskLevel}
+
+ and s.RISK_LEVEL in
+
+ #{riskLevel}
+
+
and s.STAND_LEVEL = #{standLevel}
and s.EXAMINE_END_TIME = #{examineEndTime}
and s.create_id = #{createId}