From ad4f1aecb2a4bf682b706988bb2bb3725b0f680c Mon Sep 17 00:00:00 2001
From: 18792927508 <1322446236@qq.com>
Date: Wed, 18 Oct 2023 10:19:49 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=A1=88=E4=BB=B6?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/wisdomarbitrate/CaseApplicationMapper.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
index 0991056..51246c9 100644
--- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
@@ -128,8 +128,7 @@
- or(t.identity_type=1 and t.case_status =#{financeStatus})
-
+ or ( t.identity_type=1 and t.case_status =#{financeStatus})
) t1
@@ -219,9 +218,9 @@
)
-
- or( t.identity_type=1 and t.case_status =#{financeStatus})
+
+ or ( t.identity_type=1 and t.case_status =#{financeStatus})
) t1
--
2.54.0
From 10f7fffe10b81f54b6099658a8128cf281615912 Mon Sep 17 00:00:00 2001
From: 18792927508 <1322446236@qq.com>
Date: Wed, 18 Oct 2023 18:04:31 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=88=E5=B9=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../wisdomarbitrate/CaseApplicationMapper.xml | 121 +++++++++---------
1 file changed, 61 insertions(+), 60 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
index 51246c9..b5fb734 100644
--- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/CaseApplicationMapper.xml
@@ -49,7 +49,7 @@
-
-
- or ( t.application_organ_id = #{nameId} AND t.identity_type=1
- and t.case_status in (0,2))
+
+
+ or ( t.application_organ_id = #{nameId} AND t.identity_type=1
+ and t.case_status in (0,2))
-
-
+
+
- or (t.identity_type=1 and t.case_status in
- #{caseStatus}
- )
+ or (t.identity_type=1 and t.case_status in
+ #{caseStatus}
+ )
- or ( t.identity_type=1 and t.case_status =#{financeStatus})
+ (t.identity_type=1 and t.case_status =#{financeStatus})
+
) t1
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
order by t1.create_time desc,t1.case_num desc