食堂设备信息
This commit is contained in:
parent
572bc11109
commit
3692aa3024
|
|
@ -97,6 +97,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="deviceType !=0">
|
<if test="deviceType !=0">
|
||||||
and device_type = #{deviceType}
|
and device_type = #{deviceType}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="deviceSn != null and deviceSn != ''">
|
||||||
|
and device_sn = #{deviceSn}
|
||||||
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue