--关闭所有触发器
alter table zy_yp1_sfmx disable trigger all
update zy_yp1_sfmx set bzsl2=0,jsdj2=0 where cfbj='f'
--开启所有触发器
alter table zy_yp1_sfmx enable trigger all
alter table zy_yp1_sfmx disable trigger all
update zy_yp1_sfmx set bzsl2=0,jsdj2=0 where cfbj='f'
--开启所有触发器
alter table zy_yp1_sfmx enable trigger all