From e528ac42519cc45a907950af0b6fe6b192b57bd6 Mon Sep 17 00:00:00 2001 From: "java_cuibaocheng@163.com" Date: Thu, 2 Nov 2023 16:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=8F=A3=E6=96=B0=E5=A2=9E=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3=20-=20cbc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mybatis/mapper/dispute/dispute-mapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mybatis/mapper/dispute/dispute-mapper.xml b/src/main/resources/mybatis/mapper/dispute/dispute-mapper.xml index 92cf6c6..137f4d5 100644 --- a/src/main/resources/mybatis/mapper/dispute/dispute-mapper.xml +++ b/src/main/resources/mybatis/mapper/dispute/dispute-mapper.xml @@ -535,7 +535,7 @@ t1.case_level, t6.dictionary_name AS case_level_name, t1.dispute_type, - t7.dispute_type AS dispute_type_name, + t7.dictionary_name AS dispute_type_name, t1.dispute_level, t8.dictionary_name AS dispute_level_name, t1.risk_type, @@ -788,7 +788,7 @@ t1.case_level, t6.dictionary_name AS case_level_name, t1.dispute_type, - t7.dispute_type AS dispute_type_name, + t7.dictionary_name AS dispute_type_name, t1.dispute_level, t8.dictionary_name AS dispute_level_name, t1.risk_type,