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}