update news_notice SET huodong = if(huodong is null or huodong='','6',CONCAT(huodong))
把news_notice中 huodong字段,null的 改为6
update news_aotinews SET image = if(image is null or image='','{"uploadid":1,"fileurl":"/static/img/aotiimg.jpg"}',CONCAT(image))