食堂设备信息

This commit is contained in:
sxu 2025-07-01 13:57:45 +08:00
parent 572bc11109
commit 3692aa3024
1 changed files with 3 additions and 0 deletions

View File

@ -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>