From 2243a8c30db6c264d51f95aaee9262e488db0e43 Mon Sep 17 00:00:00 2001 From: fl <3098731433@qq.com> Date: Mon, 28 Apr 2025 18:36:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E4=BB=98=E5=BD=95=E5=85=A5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/ca/PayableMapper.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mappers/ca/PayableMapper.xml b/src/main/resources/mappers/ca/PayableMapper.xml index f2df9e8..9017a40 100644 --- a/src/main/resources/mappers/ca/PayableMapper.xml +++ b/src/main/resources/mappers/ca/PayableMapper.xml @@ -203,7 +203,9 @@ su.username as zdr, su.id as zdrid, cip.spzy, - cip.htmc as htmcid + cip.htmc as htmcid, + cip.account_id as accountId, + cip.person_num as personNum from ca_im_payable cip left join ca_bm_supplier_info cbsi on cbsi.is_active = '1' and cbsi.id = cip.htmc left join ca_bm_goods_info cbgi on cbgi.is_active = '1' and cbgi.id = cip.spbh