From ff9ac99313d43bb07bb4bdceaed49662d78385aa Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 17 Dec 2025 18:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=9D=83=E8=AE=B0=E5=BD=95=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=AF=BC=E5=87=BA=E6=9C=89=E8=AF=AF-?= =?UTF-8?q?=E5=8A=A0=E4=B8=8A=E6=A1=88=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/RpcApplyMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/RpcApplyMapper.xml b/src/main/resources/mapper/RpcApplyMapper.xml index ab0d1a1..0b797e6 100644 --- a/src/main/resources/mapper/RpcApplyMapper.xml +++ b/src/main/resources/mapper/RpcApplyMapper.xml @@ -26,7 +26,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" a.fact_reason as factReason, rap.id as personId, a.rpc_status as rpcStatus, - a.rpc_id as rpcId + a.rpc_id as rpcId, + a.case_name as caseName from rpc_apply_person rap LEFT JOIN rpc_apply a on rap.rpc_id = a.rpc_id ${ew.getCustomSqlSegment}