将一个字段中的timestamp修改成可视化时间
update table set f1 = IF( LOCATE('-',f1)>0, f1, IFNULL(FROM_UNIXTIME(f1/1000, '%y-%m-%d %H:%i:%s'), '1970-01-01 08:00:00'));