租赁去掉查询字典改为直接存值
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user