opc . id , opc.sb_id, opc.sb_name, opc.position_num, opc.line, opc.type, opc.description, opc.result, opc.av_flag, opc.created_flag, opc.position_flag, opc.x_position, opc.y_position, opc.width, opc.height, opc.ratio, opc.unit, opc.info, opc.remark, opc.created_user_id, opc.update_user_id, opc.created_time, opc.update_time opc.sb_id, opc.sb_name, opc.position_num, opc.line, opc.type, opc.info, opc.description, opc.result, opc.av_flag, opc.created_flag, opc.position_flag, opc.x_position, opc.y_position, opc.width, opc.height, opc.ratio, opc.unit, opc.remark, and opc.id = #{id} and opc.created_flag = #{createdFlag} and opc.av_flag = #{avFlag} and opc.position_flag = #{positionFlag} and opc.sb_id = #{sbId} and opc.sb_name = #{sbName} and opc.position_num = #{positionNum} and opc.line = #{line} and opc.type = #{type} and opc.description = #{description} and opc.result = #{result} and opc.ratio = #{ratio} and opc.unit = #{unit} and opc.remark = #{remark} and opc.created_user_id = #{createdUserId} and opc.update_user_id = #{updateUserId} and opc.created_time =]]>; #{createdTimeStart} and opc.created_time #{createdTimeEnd} and opc.created_time = #{createdTime} and opc.update_time =]]>; #{updateTimeStart} and opc.update_time #{updateTimeEnd} and opc.update_time = #{updateTime} and ( opc.id like concat(concat('%',#{keyword}),'%') or opc.position_num like concat(concat('%',#{keyword}),'%') ) update t_remote_opc result = #{item.result}, remark = #{item.remark}, update_user_id = #{item.updateUserId}, update_time = #{item.updateTime} av_flag = #{item.avFlag} created_flag = #{item.createdFlag} position_flag = #{item.positionFlag} x_position = #{item.xPosition} y_position = #{item.yPosition} width = #{item.width} height = #{item.height} where position_num = #{item.positionNum}