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