1. 调整
This commit is contained in:
parent
9e40431027
commit
0e90db14f2
|
@ -29,7 +29,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
m.full_endurance, m.low_battery_reminder, m.create_by, m.create_time,
|
||||
m.update_by, m.update_time, m.remark from et_model m
|
||||
left join sys_dept d on d.dept_id = m.operator
|
||||
where del_flag != 2
|
||||
where m.del_flag != 2
|
||||
<if test="model != null and model != ''"> and m.model = #{model}</if>
|
||||
<if test="brand != null and brand != ''"> and m.brand = #{brand}</if>
|
||||
<if test="operator != null and operator != ''"> and m.operator = #{operator}</if>
|
||||
|
|
Loading…
Reference in New Issue
Block a user