repairProject.id,
repairProject.name,
repairProject.no,
repairProject.type,
repairProject.repair_id,
repairProject.technology,
repairProject.standard_hours,
repairProject.standard_money,
repairProject.check_hours,
repairProject.sort,
repairProject.delFlag,
repairProject.remark,
repairProject.created_user_id,
repairProject.update_user_id,
repairProject.created_user_name,
repairProject.update_user_name,
repairProject.created_time,
repairProject.update_time
repairProject.id,
repairProject.name,repairProject.repair_id,
repairProject.no,
repairProject.type,
repairProject.technology,
repairProject.standard_hours,
repairProject.standard_money,
repairProject.check_hours,
repairProject.sort,
repairProject.delFlag,
repairProject.remark
and repairProject.id = #{id}
and repairProject.name = #{name}
and repairProject.repair_id = #{repairId}
and repairProject.no = #{no}
and repairProject.type = #{type}
and repairProject.remark = #{remark}
and repairProject.name like concat('%',#{keyword},'%')