t.id,t.work_code,t.last_name,t.sex,t.status,t.account_type, t.belong_to,t.ec_company,t.job_title,t.ec_department,t. scheme_id,t.sequence_id,t.job_grade,t.job_level,t.job_group_id, t.job_activity,t.location_id,t.show_order,t.company_start_date, t.work_start_date,t.job_activity_desc,t.resource_image_id,t.mobile, t.telephone,t.email,t.uuid update jcl_org_hrmresource job_title = #{targetJobId}, company_id = #{parentComp}, department_id = #{parentDept}, ec_company = #{ecCompany}, ec_department = #{ecDepartment}, where delete_type = 0 and job_title =#{originalJobId} AND t.last_name like CONCAT('%',#{param.lastName},'%') AND t.last_name like '%'||#{param.lastName}||'%' AND t.last_name like '%'+#{param.lastName}+'%'