租赁增加费用科目、类别,天数 查询的时候从字典获取值

This commit is contained in:
zhou-hongcheng
2026-03-14 13:51:53 +08:00
parent fb2b24aa94
commit 7fac8be315
6 changed files with 110 additions and 7 deletions
@@ -51,7 +51,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.update_time,
a.update_by,
a.update_by_name,
a.del_flag
a.del_flag,
a.service_items_code,
a.second_subject_code,
a.bill_days
from lease a
LEFT JOIN warehouse w ON a.warehouse_id = w.warehouse_id AND w.del_flag = 1
</sql>