$field_value, 'update_time' => time(), ]; return Db::name($table)->where($where)->update($data); } }