mitao
2025-02-19 ae7f04be9321ddbe17c46fae8ab05d34e7493f9f
medicalWaste-system/src/main/resources/mapper/system/MwMonitorDeviceMapper.xml
@@ -46,6 +46,9 @@
            <if test="query.deviceName!=null and query.deviceName !=''">
                AND MMD.DEVICE_NAME LIKE CONCAT('%',#{query.deviceName},'%')
            </if>
            <if test="query.deviceNumber!=null and query.deviceNumber !=''">
                AND MMD.DEVICE_NUMBER LIKE CONCAT('%',#{deviceNumber},'%')
            </if>
        </where>
        ORDER BY MMD.CREATE_TIME DESC
    </select>