chenhj
9 天以前 2ffade21c728ef905294aa6707a9924055afad4d
src/main/resources/mapper/device/DeviceMaintenanceMapper.xml
@@ -41,6 +41,9 @@
            <if test="deviceMaintenanceDto.maintenanceActuallyTimeReq != null">
                and dm.maintenance_actually_time like concat('%',#{deviceMaintenanceDto.maintenanceActuallyTimeReq},'%')
            </if>
            <if test="deviceMaintenanceDto.status != null">
                and dm.status = #{deviceMaintenanceDto.status}
            </if>
        </where>
    </select>
    <select id="detailById" resultType="com.ruoyi.device.dto.DeviceMaintenanceDto">
@@ -55,6 +58,7 @@
               dm.create_user,
               dm.update_user,
               dm.tenant_id,
               dm.maintenance_process_desc,
               dm.maintenance_actually_name,
               dl.device_name,
               dl.device_model,