feat(bms):应收账单添加费用币种空值兜底CNY、费用明细增加流水备注保存与显示

This commit is contained in:
rcx
2026-08-19 11:02:52 +08:00
parent 72e445ea16
commit 7ed12c9405
5 changed files with 12 additions and 1 deletions
@@ -18,7 +18,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bs.first_subject_code,
bs.first_subject_name,
bs.second_subject_code,
bs.second_subject_name
bs.second_subject_name,
bs.billing_remark
FROM
bill_detail bd
LEFT JOIN billing_statement bs ON bd.billing_statement_id = bs.billing_statement_id