| drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwEffectEvalMapper.xml | ●●●●● patch | view | raw | blame | history |
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwEffectEvalMapper.xml
@@ -44,8 +44,8 @@ <if test="param2.deviceId != null and param2.deviceId != ''"> and device_id = #{param2.deviceId} </if> <if test="param2.deviceCode != null and param2.deviceCode != ''"> and device_code = #{param2.deviceCode} <if test="param2.deviceSn != null and param2.deviceSn != ''"> and device_sn = #{param2.deviceSn} </if> <if test="param2.deviceName != null and param2.deviceName != ''"> and device_name = #{param2.deviceName}