租赁去掉查询字典改为直接存值

This commit is contained in:
zhou-hongcheng
2026-03-14 15:35:52 +08:00
parent 24486e416f
commit 22efdd5ac8
3 changed files with 8 additions and 44 deletions
@@ -54,6 +54,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
a.del_flag,
a.service_items_code,
a.second_subject_code,
a.second_subject_name,
a.service_items_name,
a.bill_days
from lease a
LEFT JOIN warehouse w ON a.warehouse_id = w.warehouse_id AND w.del_flag = 1