租赁增加费用科目、类别,天数 查询的时候从字典获取值
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user