From d4448519d728ca848c32b53c3276d7c376cfaaf3 Mon Sep 17 00:00:00 2001 From: wenhui <1455474577@qq.com> Date: Tue, 8 Mar 2022 11:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E8=AF=A2=E5=8D=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xhpc-card/src/main/resources/mapper/TIccardInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xhpc-modules/xhpc-card/src/main/resources/mapper/TIccardInfoMapper.xml b/xhpc-modules/xhpc-card/src/main/resources/mapper/TIccardInfoMapper.xml index 44d49d1b..2c1a8733 100644 --- a/xhpc-modules/xhpc-card/src/main/resources/mapper/TIccardInfoMapper.xml +++ b/xhpc-modules/xhpc-card/src/main/resources/mapper/TIccardInfoMapper.xml @@ -51,7 +51,7 @@ xhpc_card.user_type FROM t_iccard_info t_card - LEFT JOIN xhpc_operator op ON t_card.corpNo = op.operator_id + LEFT JOIN xhpc_operator op ON t_card.corpNo = op.corp_no LEFT JOIN xhpc_ic_card_info xhpc_card ON t_card.id = xhpc_card.t_iccard_info_id AND xhpc_card.del_flag = 0