feat(bms):应收账单添加费用币种空值兜底CNY、费用明细增加流水备注保存与显示
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user