@@ -425,5 +425,5 @@ public class RepairApplicationFormDTO extends BaseDTO implements Serializable {
private Integer repairProfessor; // 维修专业
- private Integer repairType; // 维修类型
+ private String repairType; // 维修类型
}
@@ -405,5 +405,5 @@ public class RepairApplicationFormVO extends BaseVO implements Serializable {
@@ -198,6 +198,7 @@ sb.scrap_user_name,sb.repair_dept_id
sb.name like concat('%',#{keyword},'%')
or
sb.no like concat('%',#{keyword},'%')
+ or sb.position_no like concat('%',#{keyword},'%')
)
</if>
<if test="name != null and name!=''">