From 2261a549f8de0972542c228bc8624890a2c213b5 Mon Sep 17 00:00:00 2001 From: hejinbo Date: Tue, 24 Oct 2023 09:56:10 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=94=9F=E6=88=90?= =?UTF-8?q?=E7=9A=84=E8=87=AA=E5=A2=9Eid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mapper/wisdomarbitrate/CaseEvidenceDirectoryMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseEvidenceDirectoryMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseEvidenceDirectoryMapper.xml index 6a8c99b..8a63117 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseEvidenceDirectoryMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseEvidenceDirectoryMapper.xml @@ -10,7 +10,7 @@ - + INSERT INTO case_evidence_directory (id, parent_id, evidence_name , annex_id,series) VALUES (#{id}, #{parentId}, #{evidenceName},#{annexId},#{series}) From f1a1ba8babf39007b21f4a83813fa4dda30456c8 Mon Sep 17 00:00:00 2001 From: 18792927508 <1322446236@qq.com> Date: Tue, 24 Oct 2023 10:03:09 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=A7=92?= =?UTF-8?q?=E6=A0=87=E6=95=B0=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml index a17b294..b1c27a8 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml @@ -312,7 +312,8 @@ 14, 15, 16, - 17 + 17, + 31 ) From 0482a516ac5fe3bd6eea81055f9ba39598676f4e Mon Sep 17 00:00:00 2001 From: 18792927508 <1322446236@qq.com> Date: Tue, 24 Oct 2023 10:11:58 +0800 Subject: [PATCH 3/3] 1 --- .../resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml index b1c27a8..4780293 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml @@ -288,7 +288,8 @@ sum( case when c.case_status=14 then 1 else 0 end) caseApplyAwardSeal, sum( case when c.case_status=15 then 1 else 0 end) caseApplyAwardSend, sum( case when c.case_status=16 then 1 else 0 end) caseApplyStored, - sum( case when c.case_status=17 then 1 else 0 end) caseApplyArchived + sum( case when c.case_status=17 then 1 else 0 end) caseApplyArchived, + sum( case when c.case_status=31 then 1 else 0 end) updateOnlineHearDate FROM case_application c JOIN case_affiliate ca ON ca.case_appli_id = c.id