@ -1,6 +1,5 @@
package com.glxp.api.req.inv;
import com.baomidou.mybatisplus.annotation.TableField;
import com.glxp.api.util.page.ListPageRequest;
import lombok.Data;
@ -64,6 +63,8 @@ public class FilterDeviceInspectTakeRequest extends ListPageRequest {
private Integer repairType;
private Integer type;
@ -71,6 +71,9 @@
<if test="level != null">
AND t.level = #{level}
</if>
<if test="type != null">
AND t.type = #{type}
<if test="repairType != null">
AND t.repairType = #{repairType}