1. 调整

This commit is contained in:
邱贞招 2024-09-06 11:11:11 +08:00
parent 9e40431027
commit 0e90db14f2

View File

@ -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.full_endurance, m.low_battery_reminder, m.create_by, m.create_time,
m.update_by, m.update_time, m.remark from et_model m m.update_by, m.update_time, m.remark from et_model m
left join sys_dept d on d.dept_id = m.operator 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="model != null and model != ''"> and m.model = #{model}</if>
<if test="brand != null and brand != ''"> and m.brand = #{brand}</if> <if test="brand != null and brand != ''"> and m.brand = #{brand}</if>
<if test="operator != null and operator != ''"> and m.operator = #{operator}</if> <if test="operator != null and operator != ''"> and m.operator = #{operator}</if>