删除前面的字符
update T_B_PartyBusinessNews set OrganizationCode=right (OrganizationCode,LEN(OrganizationCode)-3) where id >= 137;