生成账单费用合并;
This commit is contained in:
@@ -82,6 +82,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
b.payment_method_code,
|
||||
b.payment_method,
|
||||
b.payment_card_id,
|
||||
c.main_name as mainName,
|
||||
c.phone,
|
||||
c.bank_deposi as bankDeposi,
|
||||
b.payment_card,
|
||||
b.transaction_flow,
|
||||
b.receipt_number,
|
||||
@@ -95,8 +98,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
FROM
|
||||
receipt_detail a
|
||||
LEFT JOIN receipt_manage b ON a.receipt_manage_id = b.receipt_manage_id
|
||||
left join PAYMENT_WALLET c on b.payment_card_id = c.PAYMENT_WALLET_ID
|
||||
WHERE
|
||||
a.bill_manage_id = #{billManageId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user