@@ -15,7 +15,7 @@
</foreach>
<if test="param.statusParam !=0 and param.userId !=null ">
and o.sys_user_id = #{param.userId}
- </if>a
+ </if>
<if test="param.repairId != null and param.repairId != ''">
and r.repair_id like concat ('%',#{param.repairId},'%')
</if>