checkjob.id,
checkjob.plan_id,
checkjob.start_time,
checkjob.end_time,
checkjob.check_num,
checkjob.real_num,
checkjob.spare_id,
checkjob.profit_price,
checkjob.price,
checkjob.profit_num,
checkjob.store_id,
checkjob.spare_store_id,
checkjob.actual_start_time,
checkjob.actual_end_time,
checkjob.profit,
checkjob.status,
checkjob.check_user_id,
checkjob.created_user_id,
checkjob.update_user_id,
checkjob.created_user_name,
checkjob.update_user_name,
checkjob.created_time,
checkjob.update_time
checkjob.id,
checkjob.plan_id,
checkjob.start_time,
checkjob.end_time,
checkjob.check_num,
checkjob.real_num,
checkjob.profit_price,
checkjob.price,
checkjob.profit_num,
checkjob.spare_id,
checkjob.store_id,
checkjob.spare_store_id,
checkjob.actual_start_time,
checkjob.actual_end_time,
checkjob.profit,checkjob.status
and checkjob.id = #{id}
and checkjob.plan_id = #{planId}
and checkjob.spare_id = #{spareId}
and checkjob.store_id = #{storeId}
and checkjob.spare_store_id = #{spareStoreId}
and checkjob.remark = #{remark}
and checkjob.feedback = #{feedback}
and checkjob.start_time = #{startTime}
and checkjob.end_time =]]>; #{endTimeStart}
and checkjob.end_time #{endTimeEnd}
and checkjob.end_time = #{endTime}
and checkjob.status = #{status}
and checkjob.created_user_id = #{createdUserId}
and checkjob.update_user_id = #{updateUserId}
and checkjob.created_time = #{createdTime}
and checkjob.update_time = #{updateTime}
and checkjob.check_user_id = #{checkUserId}
and checkjob.id like concat('%',#{keyword},'%')
update t_store_check_job
set status = #{status}
where plan_id = #{planId}